about summary refs log tree commit diff stats
path: root/chesstv.tlv
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-11-21 14:33:50 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-11-21 14:33:57 -0800
commitf7ab5dd291f302c0fb97a2be0a11a06ed2bb6661 (patch)
tree9bc4117005137281e4bbef64ab412d72da62af63 /chesstv.tlv
parentfdd87c5eda35dc4918f50ab41e1defde6ebf2411 (diff)
downloadteliva-f7ab5dd291f302c0fb97a2be0a11a06ed2bb6661.tar.gz
start on HTTP client
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]==],
+}