Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
azenla committed Sep 4, 2023
1 parent 4aa516f commit bfd2415
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# pork

A small BBQ language.

Very WIP. Like VERY.
A work-in-progress programming language.

```pork
/* fibonacci sequence */
Expand All @@ -15,7 +13,7 @@ fn fib(n) {
}
fn main() {
result = fib(20)
let result = fib(20)
println(result)
}
```
Expand Down

0 comments on commit bfd2415

Please sign in to comment.