8 lines
81 B
Plaintext
8 lines
81 B
Plaintext
main :: () {
|
|
for 1..10 {
|
|
print("%\n", it);
|
|
}
|
|
}
|
|
|
|
#import "Basic";
|