Skip to content

Instantly share code, notes, and snippets.

@phlco
Created September 25, 2013 14:40
Show Gist options
  • Select an option

  • Save phlco/6700627 to your computer and use it in GitHub Desktop.

Select an option

Save phlco/6700627 to your computer and use it in GitHub Desktop.
drill info

Drill!

###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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment