os/prog/main.c
2019-05-01 19:42:46 -05:00

6 lines
56 B
C

#include "../libc/string.h"
int main() {
for (;;);
}