7 lines
94 B
C
7 lines
94 B
C
#include <stdio.h>
|
|
|
|
int main(void) {
|
|
printf("Hello from minimal test\n");
|
|
return 0;
|
|
}
|