Skip to content

Instantly share code, notes, and snippets.

View alpinegizmo's full-sized avatar

David Anderson alpinegizmo

View GitHub Profile
#
# a smoke test to check basic programming skills
#
# Task:
# - print out the numbers 1 to 100
# - output "foo" for every number divisible by 3
# - output "bar" for every number divisible by 5
# - output "foobar" for every number divisible by 3 and 5
#