This website requires JavaScript.
Explore
Help
Sign In
j
/
Conlang
Watch
1
Star
1
Fork
0
You've already forked Conlang
Code
Issues
5
Pull Requests
Packages
Projects
2
Releases
Wiki
Activity
a188c5b65e
Conlang
/
sample-code
/
hello.cl
4 lines
43 B
Common Lisp
Raw
Normal View
History
Unescape
Escape
sample-code: Add hello.cl
2024-04-22 04:07:16 +00:00
fn
main
(
)
{
sample-code: print->println to match interpreter behavior
2024-07-26 10:13:52 +00:00
println
(
"Hello, world!"
)
sample-code: Add hello.cl
2024-04-22 04:07:16 +00:00
}
Reference in New Issue
Copy Permalink