aboutsummaryrefslogtreecommitdiff
path: root/notes/annotations/hello.c
diff options
context:
space:
mode:
authorazidar2015-03-10 18:08:07 -0700
committerazidar2015-03-10 18:08:07 -0700
commit70e1a41b15632afd969fff7ed6100eba0be78297 (patch)
treeeb5fecb25dd546c10cbb0728e22eb95c6679cc6e /notes/annotations/hello.c
parent0f3a31df12584207204054215867d84890a98a62 (diff)
Finished resolve genders
Diffstat (limited to 'notes/annotations/hello.c')
-rw-r--r--notes/annotations/hello.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/notes/annotations/hello.c b/notes/annotations/hello.c
new file mode 100644
index 00000000..db37785d
--- /dev/null
+++ b/notes/annotations/hello.c
@@ -0,0 +1,7 @@
+#include <stdio.h>
+
+int main (int a) {
+ for( int i = 0; i < a; i++) {
+ return printf("Hello World\n");
+ }
+}