bsc

Comprehensive codebase and cou...
Log | Files | Refs | Activity | README | LICENSE

root / semester_1 / tuition-c / P002.c

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 }
© notamitgamer • Site Built: 2026-09-05 01:53:16 UTC • git-mirror commit: c170d72 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror