From 4022f2401399c0911103eaf7988fde4372b7f727 Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Wed, 2 Jul 2014 22:15:26 +0200 Subject: [Factor] Día 2 (sin terminar) --- factor/examples/hello/hello.factor | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 factor/examples/hello/hello.factor (limited to 'factor/examples/hello/hello.factor') diff --git a/factor/examples/hello/hello.factor b/factor/examples/hello/hello.factor new file mode 100644 index 0000000..15b31fb --- /dev/null +++ b/factor/examples/hello/hello.factor @@ -0,0 +1,7 @@ +USE: io +USE: examples.greeter +IN: examples.hello + +: hello-world ( -- ) "world" greeting print ; + +MAIN: hello-world -- cgit v1.2.3