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
d9fa247b84
factor
/
extra
/
hello-world
/
hello-world.factor
7 lines
75 B
Factor
Raw
Blame
History
USE:
io
IN:
hello-world
:
hello
(
--
)
"Hello world"
print
;
MAIN:
hello
Reference in New Issue
View Git Blame
Copy Permalink