7 lines
92 B
C
7 lines
92 B
C
|
#include "../include/stdio.h"
|
||
|
|
||
|
int main(){
|
||
|
while (1);
|
||
|
put_char('A');
|
||
|
return 0;
|
||
|
}
|