8 lines
90 B
C
8 lines
90 B
C
#include<prog.h>
|
|
#include<stdio.h>
|
|
|
|
int main(void) {
|
|
printf(MESSAGE);
|
|
return 0;
|
|
}
|