Created
October 6, 2018 16:21
-
-
Save kangfarih/35c949fd48463b63a7049e15439ac2ed to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
main( ) { | |
extrn a, b, c; | |
putchar(a); putchar(b); putchar(c); putchar(’!*n’); | |
} 1 ’hell’; | |
b ’o, w’; | |
c ’orld’; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment