From da312e375eb0a0758a4dd72e287d3aba86c04d99 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sat, 10 Jun 2017 23:18:31 +0200 Subject: Add FIRST & THIRD almost FORTH --- buzzard/demo1.th | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 buzzard/demo1.th (limited to 'buzzard/demo1.th') diff --git a/buzzard/demo1.th b/buzzard/demo1.th new file mode 100644 index 0000000..99d22bd --- /dev/null +++ b/buzzard/demo1.th @@ -0,0 +1,4 @@ +: demo1 " Hello world! +" ; + +demo1 -- cgit v1.2.3