init
This commit is contained in:
4
bin/dune
Normal file
4
bin/dune
Normal file
@ -0,0 +1,4 @@
|
||||
(executable
|
||||
(public_name apdu)
|
||||
(name main)
|
||||
(libraries apdu))
|
1
bin/main.ml
Normal file
1
bin/main.ml
Normal file
@ -0,0 +1 @@
|
||||
let () = print_endline "Hello, World!"
|
Reference in New Issue
Block a user