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