CarbideDemo
This Gist was automatically created by Carbide, a free online programming environment.
/* 2>/dev/null | |
COMPILED=${0%.*} | |
[[ -e "$COMPILED" ]] || clang $0 -o "$COMPILED" -framework Foundation | |
exec "$COMPILED" $@ | |
*/ | |
#import <Foundation/Foundation.h> | |
int main(int argc, char *argv[]) |
This Gist was automatically created by Carbide, a free online programming environment.