This commit is contained in:
2021-01-19 10:40:24 -06:00
parent 939d4dd818
commit 248bf73696

7
j.c Normal file
View File

@ -0,0 +1,7 @@
#include <stdio.h>
int main() {
while (1) {
putchar('j');
}
}