first commit
This commit is contained in:
commit
7dc0d9a70d
14 changed files with 170 additions and 0 deletions
3
src/dune
Normal file
3
src/dune
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
(executable
|
||||
(name permap)
|
||||
(modules permap))
|
||||
1
src/permap.ml
Normal file
1
src/permap.ml
Normal file
|
|
@ -0,0 +1 @@
|
|||
let () = Format.printf "Hello!@."
|
||||
Loading…
Add table
Add a link
Reference in a new issue