๐Ÿ‘ถHello world!

After successfully installing Snowball, you can create a simple "Hello, World!" program to get started. Follow these steps:

Execute the following command and Snowball will create a new folder with the name and its contents for a basic hello world.

snowball new [name]
๐Ÿ’ปpageCLI usage and parameters

Executing your programs

Nice! You have successfully created a snowball project with a hello world inside it. Now, it's time to execute it by running the following command:

snowball run

You don't need to provide any arguments, snowball will take care of it! ๐Ÿ˜ฝ

Last updated