Skip to content

Instantly share code, notes, and snippets.

@toots
Created January 1, 2021 00:16
Show Gist options
  • Save toots/63144bf565f39be2ee248e724c90c128 to your computer and use it in GitHub Desktop.
Save toots/63144bf565f39be2ee248e724c90c128 to your computer and use it in GitHub Desktop.
(executable
(name test)
(modules test)
(optional)
(libraries foo))
(lang dune 2.7)
let () =
Printf.printf "This is a test!\n%!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment