about summary refs log blame commit diff stats
path: root/chesstv.tlv
blob: 68aa90bb88c7d28c02b6fbe8393d83f429530e5d (plain) (tree)
1
2
3
4
5
6
7






                                       
teliva_program = {
  main = [==[
function main()
  socket.http.get("http://example.com")
  curses.getch()
end]==],
}