Merge pull request #48 from fxkr/factor

added factor helloworld
This commit is contained in:
Mike Donaghy
2014-08-17 22:49:17 -04:00

3
f/factor.factor Normal file
View File

@@ -0,0 +1,3 @@
USING: io ;
"Hello World" print