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

4 lines
60 B
Text

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