6 lines
50 B
Dart
6 lines
50 B
Dart
|
|
main() {
|
||
|
|
while(true) {
|
||
|
|
print("SPAM");
|
||
|
|
}
|
||
|
|
}
|