8 lines
79 B
C
8 lines
79 B
C
|
#include <stdio.h>
|
||
|
|
||
|
int main() {
|
||
|
while (1) {
|
||
|
putchar('j');
|
||
|
}
|
||
|
}
|