lang-bootstrap/05/main.c
2022-02-14 16:58:38 -05:00

7 lines
71 B
C

#include <stdio.h>
#include <string.h>
int main(void) {
return 0;
}