Sha256: 4ec9d3b2e88d1f01eeec33c631e780a13f4db304e64d70fe7807d95525f0e7c5

Contents?: true

Size: 125 Bytes

Versions: 10

Compression:

Stored size: 125 Bytes

Contents

C = terralib.includec("stdio.h")

terra hello(argc : int, argv : &rawstring)
  C.printf("Hello world!\n")
  return 0
end

Version data entries

10 entries across 7 versions & 1 rubygems

Version Path
zettacode-0.1.7 files.zettacode/hello_world.text/terra.txt
zettacode-0.1.6 files.zettacode/hello_world.text/terra.txt
zettacode-0.1.6 files.zettacode2/hello_world.text/terra.txt
zettacode-0.1.5 files.zettacode/hello_world.text/terra.txt
zettacode-0.1.5 files.zettacode2/hello_world.text/terra.txt
zettacode-0.1.4 files.zettacode/hello_world.text/terra.txt
zettacode-0.1.4 files.zettacode2/hello_world.text/terra.txt
zettacode-0.1.3 files.zettacode/hello_world.text/terra.txt
zettacode-0.1.2 files.zettacode/hello_world.text/terra.txt
zettacode-0.1.1 zettacode.files/hello_world.text/terra.txt