Exercise
Finish the exercises from class
Exercise
Finish the exercises from class
Exercise
Read Sections 1-5 of Ruby in 100 minutes
Exercise
bundle install on the command line.hello_you.rb in vscode. Try running the program on the commandline, by typing ruby hello_you.rb. You’ll notice it currently just prints whatever you type as your name. Change the code so that it says “Hello YOUR_NAME” instead.ruby test_hello_you.rb to check that you got step 3 right.advanced_hello.rb - read the file and adjust the program until ruby test_advanced_hello.rb worksdivide_cake.rb