9 lines
98 B
C
9 lines
98 B
C
#include <conio.h>
|
|
|
|
int main() {
|
|
cprintf("Hello, world!\r\n");
|
|
|
|
while(1);
|
|
|
|
return 0;
|
|
} |