rename bin to src and delete boring dirs

This commit is contained in:
ryan 2023-09-21 19:05:41 -07:00
parent de277999f4
commit dd0acc4ddb
9 changed files with 1 additions and 5 deletions

View File

@ -1,2 +0,0 @@
(library
(name aoc))

View File

View File

@ -1,5 +1,5 @@
(executable
(public_name aoc)
(name main)
(libraries aoc stdio re)
(libraries stdio re)
(preprocess (pps ppx_regexp)))

View File

View File

@ -1,2 +0,0 @@
(test
(name aoc))