5 lines
41 B
Plaintext
5 lines
41 B
Plaintext
|
main {
|
||
|
rat x = [4/7];
|
||
|
print num x;
|
||
|
}
|