lean4-htt/examples/ffi/lib/lean/Main.lean
2021-12-14 16:45:43 -05:00

4 lines
60 B
Text

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