6 lines
83 B
C
6 lines
83 B
C
#include <stdio.h>
|
|
|
|
int main() {
|
|
printf("RockOS booting...\n");
|
|
return 0;
|
|
} |