index
:
tau1.git
master
[WIP] A demo implementation for the e² Programming Language
Runxi Yu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
hello_world.e2s
blob: 24b34262ead4074f299264f7638a861a88269232 (
plain
) (
blame
)
1
2
3
4
(
func
main () ()
(progn
(
return
-
if
-
error (println
"Hello, world!
\n
"
))
(
return
)))