diff options
Diffstat (limited to 'first_code.c')
| -rw-r--r-- | first_code.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/first_code.c b/first_code.c new file mode 100644 index 0000000..87be6e7 --- /dev/null +++ b/first_code.c @@ -0,0 +1,8 @@ +/* this is the first code!*/ +#include <stdio.h> + +int main() +{ + printf("I love college\n"); + return 1; +} |
