5 lines
52 B
Plaintext
5 lines
52 B
Plaintext
|
test{
|
||
|
const a = 3;
|
||
|
int b = 4;
|
||
|
rat x = [a/b];
|
||
|
}
|