Hello World

A simple program that prints to the console.

main.ig
start [
    iglog("Hello, Ignid!"):
]

Try it yourself

Want to see this code in action or experiment with it? Head over to the interactive playground.

Open in Playground