lang-bootstrap/05/test.c

8 lines
98 B
C
Raw Permalink Normal View History

2025-04-05 10:55:40 +01:00
#include <stdlib.h>
#include <stdio.h>
2022-02-18 14:15:09 -05:00
int main(void) {
printf("Hello, World!\n");
2025-04-05 10:55:40 +01:00
return 0;
2022-02-18 12:36:57 -05:00
}