Created
March 18, 2016 20:57
-
-
Save duckinator/2ae12f9718da4e74dd24 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# //\ | |
rm test && clang -std=c99 test.c -o test && ./test; exit $? | |
#include <stdio.h> | |
int main() { | |
puts("Hello, world!"); | |
return 1; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment