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