7 lines
45 B
Plaintext
7 lines
45 B
Plaintext
|
|
import rl;
|
||
|
|
|
||
|
|
fn int main(void)
|
||
|
|
{
|
||
|
|
return 0;
|
||
|
|
}
|