From 70e1a41b15632afd969fff7ed6100eba0be78297 Mon Sep 17 00:00:00 2001 From: azidar Date: Tue, 10 Mar 2015 18:08:07 -0700 Subject: Finished resolve genders --- notes/annotations/hello.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 notes/annotations/hello.c (limited to 'notes/annotations/hello.c') 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 + +int main (int a) { + for( int i = 0; i < a; i++) { + return printf("Hello World\n"); + } +} -- cgit v1.2.3