Keyboard shortcuts

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

Exercise: Hello Name - STDIN

  • Create a file called hello_name_stdin.cr that will ask the user for their name.
  • Wait till the user types in their name.
  • print "Hello NAME" with their name.