1 2 3 4 5 6 7 8
/* this is the first code!*/ #include <stdio.h> int main() { printf("I love college\n"); return 1; }