lean4-htt/examples/ffi/lib/Main.lean

4 lines
60 B
Text

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