This website requires JavaScript.
Explore
Main Site
Help
Register
Sign In
mirrors
/
janet
Watch
1
Star
0
Fork
0
You've already forked janet
mirror of
https://github.com/janet-lang/janet
synced
2025-02-05 03:30:02 +00:00
Code
Issues
1
Releases
Wiki
Activity
janet
/
examples
/
hello.janet
6 lines
64 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add some builtin functions and some examples.
2018-03-13 16:40:56 -04:00
# Prints hello
Change primary looping macro to 'loop' instead of 'for'.
2018-05-23 22:08:36 -04:00
(import examples.3sum)
Add some builtin functions and some examples.
2018-03-13 16:40:56 -04:00
(print "hello, world!")
Reference in New Issue
Copy Permalink