From 28d9b78fd1e1bdc07bf7a28c9a6f0ee6c1b0a914 Mon Sep 17 00:00:00 2001 From: s-ol Date: Wed, 25 Mar 2020 16:09:12 +0100 Subject: add hello.alv --- hello.alv | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 hello.alv diff --git a/hello.alv b/hello.alv new file mode 100644 index 0000000..4d55161 --- /dev/null +++ b/hello.alv @@ -0,0 +1,4 @@ +([1]import* time util) +([2]print ([3]switch ([4]tick 0.5) + "hello" + "world!")) -- cgit v1.2.3