Skip to content

Instantly share code, notes, and snippets.

@CernerJT
Created September 16, 2014 20:46
Show Gist options
  • Save CernerJT/2cd4b10a636c977350b9 to your computer and use it in GitHub Desktop.
Save CernerJT/2cd4b10a636c977350b9 to your computer and use it in GitHub Desktop.
Day 4 (9/16): Hello World
#!/bin/bash
# All programming journeys begin the same. By saying "Hello World!"
# It's a fun greeting that is inviting and yet simple. It says,
# "I've got the whole world ahead of me in this new programming
# language and I just want to say, 'Hello!'"
# When I began my journey here at Cerner, I had the same feeling
# as starting a new language. I was excited and ready to learn.
# To grow. But most important to start.
# So for my first entry in the 2^5 competition, I simply
# want to say,
echo "Hello World!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment