###On your computer
Create a new folder in ~/ga_wdi called drills
Initalize a new git repo in drills
Add a Ruby file called first_date.rb
Add and commit the file
###On Github
Create a new repo called drills
Add the repo to your local drills repo
Push your Ruby file to github
###In your first_date.rb file
Ask the user how old they are
Ask if the user ever plans on having children
If the user says yes to children ask for the childrens names
If the user is over 30 ask if they're married
If the user is not married, ask if they ever plan on getting married
###Commit your new changes to github