diff options
| -rw-r--r-- | hello.alv | 4 |
1 files changed, 4 insertions, 0 deletions
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!")) |
