mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 21:34:18 +08:00
6 lines
68 B
C
6 lines
68 B
C
#include <stdio.h>
|
|
|
|
int main(void) {
|
|
printf("Hello, Redox!\\n");
|
|
}
|