Skip to content

Instantly share code, notes, and snippets.

View thanhnguyen9's full-sized avatar

Thanh Nguyen thanhnguyen9

  • CAPITAL ONE
  • PLANO, TX
View GitHub Profile
@thanhnguyen9
thanhnguyen9 / gist:4559a0db45769b65c69f
Created September 22, 2014 19:36
Rails 1 homework!
# Assign "Hello World" to a variable message
message = "Hello World"
# Assign a different string to a different variable
any = "First app"
# Assign a number to a variable
number = 9
# Use string interpolation to display the number in a string