summaryrefslogtreecommitdiff
path: root/lang/gcc45/files/hello.m
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gcc45/files/hello.m')
-rw-r--r--lang/gcc45/files/hello.m6
1 files changed, 6 insertions, 0 deletions
diff --git a/lang/gcc45/files/hello.m b/lang/gcc45/files/hello.m
new file mode 100644
index 00000000000..c25ba5ad4a0
--- /dev/null
+++ b/lang/gcc45/files/hello.m
@@ -0,0 +1,6 @@
+#import <stdio.h>
+
+int main( int argc, const char *argv[] ) {
+ printf( "hello world\n" );
+ return 0;
+}