9 lines
100 B
C
9 lines
100 B
C
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
int main() {
|
|
printf("Linux\n");
|
|
exit(0);
|
|
}
|
|
|