6 lines
73 B
C
6 lines
73 B
C
|
#include "../include/stdio.h"
|
||
|
|
||
|
int main(){
|
||
|
while (1);
|
||
|
return 0;
|
||
|
}
|