5 lines
42 B
Plaintext
5 lines
42 B
Plaintext
|
void main() {
|
||
|
float x = 3;
|
||
|
x();
|
||
|
}
|