about summary refs log tree commit diff stats
path: root/chesstv.tlv
diff options
context:
space:
mode:
Diffstat (limited to 'chesstv.tlv')
-rw-r--r--chesstv.tlv7
1 files changed, 7 insertions, 0 deletions
diff --git a/chesstv.tlv b/chesstv.tlv
new file mode 100644
index 0000000..68aa90b
--- /dev/null
+++ b/chesstv.tlv
@@ -0,0 +1,7 @@
+teliva_program = {
+  main = [==[
+function main()
+  socket.http.get("http://example.com")
+  curses.getch()
+end]==],
+}