8 lines
77 B
Plaintext
8 lines
77 B
Plaintext
import "c";
|
|
|
|
global func main() {
|
|
while true {
|
|
continue;
|
|
}
|
|
}
|