This Gist was automatically created by Carbide, a free online programming environment.
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
/* 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[]) |