From 484c4a998f9782eb0b84ec9121d6718fa6d35c1d Mon Sep 17 00:00:00 2001 From: Brian Chu Date: Thu, 18 Aug 2022 21:17:07 -0700 Subject: initial commit --- bin/dune | 4 ++++ bin/main.ml | 1 + 2 files changed, 5 insertions(+) create mode 100644 bin/dune create mode 100644 bin/main.ml (limited to 'bin') diff --git a/bin/dune b/bin/dune new file mode 100644 index 0000000..c6fe6fc --- /dev/null +++ b/bin/dune @@ -0,0 +1,4 @@ +(executable + (public_name AoC2018) + (name main) + (libraries AoC2018)) diff --git a/bin/main.ml b/bin/main.ml new file mode 100644 index 0000000..7bf6048 --- /dev/null +++ b/bin/main.ml @@ -0,0 +1 @@ +let () = print_endline "Hello, World!" -- cgit 1.4.1-2-gfad0