Skip to content

Instantly share code, notes, and snippets.

@wilkie
Created April 13, 2013 08:06
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 wilkie/5377545 to your computer and use it in GitHub Desktop.
Save wilkie/5377545 to your computer and use it in GitHub Desktop.
C that looks like ruby
#define def int
#define main main() {
#define puts printf(
#define end );}
def main
puts "hello"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment