Sha256: 338b750ce8a31635c4475a7ac8ef430300d68c22445f8029b1f068abf6d22f3c

Contents?: true

Size: 155 Bytes

Versions: 11

Compression:

Stored size: 155 Bytes

Contents

# hello_world.fy
# The classic "hello world" program in fancy

Console println: "Hello, World!"
# another way of doing this:
"Hello, World again!" println

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
fancy-0.10.0 examples/hello_world.fy
fancy-0.9.0 examples/hello_world.fy
fancy-0.8.0 examples/hello_world.fy
fancy-0.7.0 examples/hello_world.fy
fancy-0.6.0 examples/hello_world.fy
fancy-0.5.0 examples/hello_world.fy
fancy-0.4.0 examples/hello_world.fy
fancy-0.3.3 examples/hello_world.fy
fancy-0.3.2 examples/hello_world.fy
fancy-0.3.1 examples/hello_world.fy
fancy-0.3.0 examples/hello_world.fy