Skip to content

Instantly share code, notes, and snippets.

@praserocking
Created March 24, 2013 11:13
Show Gist options
  • Save praserocking/5231451 to your computer and use it in GitHub Desktop.
Save praserocking/5231451 to your computer and use it in GitHub Desktop.
Multi-Language code.. :)
#include<stdio.h>
#define print(s) main(){printf("%s",s)
print("Prasanna");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment