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