P002.c (110B)
1 //sample code with a new line charecter 2 3 #include<stdio.h> 4 int main() { 5 printf("Hello\nworld"); 6 return 0; 7 }
bscComprehensive codebase and cou... | |
| Log | Files | Refs | Activity | README | LICENSE |
P002.c (110B)
1 //sample code with a new line charecter 2 3 #include<stdio.h> 4 int main() { 5 printf("Hello\nworld"); 6 return 0; 7 }