blob: d41df1ebd92ae3b90c54d56f7381b80f9713ebfa [file] [log] [blame]
/* APPLE LOCAL file UTF-8 BOM 5774975 */
#include <stdio.h>
int main (int argc, const char * argv[]) {
printf("Hello, World!\n");
return 0;
}