Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-johnson-4 authored Jan 1, 2024
1 parent 69afe0d commit 1f3002b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ cargo install lambda_mountain
In a file `hello_world.lm` put a main function

```
main := λ_. (
print_s hello_world
main := (
print-s hello_world
);
```

Expand Down

0 comments on commit 1f3002b

Please sign in to comment.