cooper-union-ece-160/2-introduction-to-c-program.../7-comments.c

11 lines
108 B
C

#include <stdio.h>
#include <stdlib.h>
int main() {
/*
printf("Comments are fun");
*/
return 0;
}