aboutsummaryrefslogtreecommitdiffstats
path: root/examples/hello.alv
diff options
context:
space:
mode:
authors-ol <s+removethis@s-ol.nu>2021-11-13 15:34:13 +0000
committers-ol <s+removethis@s-ol.nu>2025-03-02 14:24:49 +0000
commit70b48cc32c23b8aaa6fbdd3f5c459eb924c5cbd4 (patch)
treeffe9bd3a9da69ac03830fc6f561eb4ae43ab22e3 /examples/hello.alv
parentFix love event input streams (diff)
downloadalive-70b48cc32c23b8aaa6fbdd3f5c459eb924c5cbd4.tar.gz
alive-70b48cc32c23b8aaa6fbdd3f5c459eb924c5cbd4.zip
update examples
Diffstat (limited to 'examples/hello.alv')
-rw-r--r--examples/hello.alv2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/hello.alv b/examples/hello.alv
new file mode 100644
index 0000000..5376cb0
--- /dev/null
+++ b/examples/hello.alv
@@ -0,0 +1,2 @@
+([1]import* time)
+([2]print ([3]every 0.5 "hello world!"))