Skip to content

Instantly share code, notes, and snippets.

@PeterJCLaw
Created December 23, 2011 00:22
Show Gist options
  • Select an option

  • Save PeterJCLaw/1512468 to your computer and use it in GitHub Desktop.

Select an option

Save PeterJCLaw/1512468 to your computer and use it in GitHub Desktop.
# python - high level
print "I like bacon"
// C - low level
#include <stdio.h>
void main(void)
{
printf("I like bacon");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment