lang-bootstrap/05/test.c

7 lines
98 B
C

#include <stdlib.h>
#include <stdio.h>
int main(void) {
printf("Hello, World!\n");
return 0;
}