This commit is contained in:
BBaoVanC 2021-01-19 10:40:24 -06:00
parent 939d4dd818
commit 248bf73696
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 7 additions and 0 deletions

7
j.c Normal file
View File

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