Skip to content

Instantly share code, notes, and snippets.

@duckinator
Created March 18, 2016 20:57
Show Gist options
  • Save duckinator/2ae12f9718da4e74dd24 to your computer and use it in GitHub Desktop.
Save duckinator/2ae12f9718da4e74dd24 to your computer and use it in GitHub Desktop.
# //\
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