mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-03 05:10:55 +00:00
Fix README
This commit is contained in:
parent
4aa516f0fb
commit
bfd24154a8
@ -1,8 +1,6 @@
|
|||||||
# pork
|
# pork
|
||||||
|
|
||||||
A small BBQ language.
|
A work-in-progress programming language.
|
||||||
|
|
||||||
Very WIP. Like VERY.
|
|
||||||
|
|
||||||
```pork
|
```pork
|
||||||
/* fibonacci sequence */
|
/* fibonacci sequence */
|
||||||
@ -15,7 +13,7 @@ fn fib(n) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
result = fib(20)
|
let result = fib(20)
|
||||||
println(result)
|
println(result)
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user