7 lines
93 B
C
7 lines
93 B
C
#include <stdio.h>
|
|
|
|
int main (void) {
|
|
printf("Two plus two is %f\n", 4);
|
|
return 0;
|
|
}
|