1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 07:08:01 +00:00

Add a couple fixes for the latest til

This commit is contained in:
jbranchaud
2018-10-18 18:54:43 -05:00
parent 8891dd2056
commit 1521636ff1
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ print_endline("Hello, Reason!")
We can then create the following Dune build file.
```lisp
/* dune */
;; dune
(executable
(name hello_reason))
```