diff options
| author | azidar | 2015-03-10 18:08:07 -0700 |
|---|---|---|
| committer | azidar | 2015-03-10 18:08:07 -0700 |
| commit | 70e1a41b15632afd969fff7ed6100eba0be78297 (patch) | |
| tree | eb5fecb25dd546c10cbb0728e22eb95c6679cc6e /notes/annotations/hello.c | |
| parent | 0f3a31df12584207204054215867d84890a98a62 (diff) | |
Finished resolve genders
Diffstat (limited to 'notes/annotations/hello.c')
| -rw-r--r-- | notes/annotations/hello.c | 7 |
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"); + } +} |
