Exercise: Hello World
- Install Crystal.
- Verify that you can run it on the command line and print the version number
crystal --version. - Create a file called
hello_world.crthat will print out "Hello World"
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
crystal --version.hello_world.cr that will print out "Hello World"