This website requires JavaScript.
Explore
Help
Sign In
steve
/
factor
Watch
1
Star
0
Fork
You've already forked factor
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
dcd76d2abe
factor
/
extra
/
hello-world
/
hello-world.factor
7 lines
75 B
Factor
Raw
Normal View
History
Unescape
Escape
Initial import
2007-09-20 18:09:08 -04:00
USE:
io
IN:
hello-world
Fixing everything for mandatory stack effects
2008-06-09 03:14:14 -04:00
:
hello
(
--
)
"Hello world"
print
;
Initial import
2007-09-20 18:09:08 -04:00
MAIN:
hello