4 lines
46 B
Java
4 lines
46 B
Java
|
|
while(true){
|
||
|
|
System.out.println("SPAM");
|
||
|
|
}
|