Skip to content

Instantly share code, notes, and snippets.

@adamwalz
Created August 12, 2014 18:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamwalz/577124eeafe19cd1eedb to your computer and use it in GitHub Desktop.
Save adamwalz/577124eeafe19cd1eedb to your computer and use it in GitHub Desktop.
This is used as an example in my Jekyll blog
# This is a github gist
a = 10
b = 3 * a + 2
printf("%d %d\n", a, b);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment