lean4-htt/doc/examples/compiler/test.lean
Leonardo de Moura 886fdf263e chore(doc/examples/compiler): we don't need main.cpp anymore
cc @kha @ChristianoBraga
2019-02-06 14:50:41 -08:00

4 lines
101 B
Text

@[extname main]
def my_test (n : list string) : io uint32 :=
do io.println' (to_string n),
pure 0