8 lines
111 B
C
8 lines
111 B
C
#include "stdio.h"
|
|
|
|
int main(void)
|
|
{
|
|
printf("To C, or not to C: that is the question.\n");
|
|
return 0;
|
|
}
|