Hello world
By default, Wing code is executed when it's compiled.
main.w
log("Hello world!");
Wing console output
# Run locally with wing console
wing it
Hello world!
By default, Wing code is executed when it's compiled.
log("Hello world!");
# Run locally with wing console
wing it
Hello world!