lean4-htt/examples/ffi/app/Main.lean
2022-06-09 16:38:07 -04:00

4 lines
60 B
Text

import FFI
def main : IO Unit :=
IO.println <| myAdd 1 2