👶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]If you already have a folder for the project, just run the following command to prepare that folder for a snowball project.
snowball init [name]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 runYou don't need to provide any arguments, snowball will take care of it! 😽
Last updated
Was this helpful?