Sha256: d465173005e0863fafd864ee9048fd7d25993342a384d6cd52f63e2a898439e6

Contents?: true

Size: 376 Bytes

Versions: 10

Compression:

Stored size: 376 Bytes

Contents

1)
<syntaxhighlight lang="amazing hopper">
main:
   {"Hello world!\n"}print
exit(0)

execute with:  hopper helloworld.com
2)
<syntaxhighlight lang="amazing hopper">
#include <hopper.h>
main:
   exit("Hello world!\n")

execute with:  hopper helloworld.com -d
3)
<syntaxhighlight lang="amazing hopper">
main:
  {"Hello world!\n"}return

execute with:  hopper helloworld.com -d

Version data entries

10 entries across 7 versions & 1 rubygems

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