6 lines
50 B
Plaintext
6 lines
50 B
Plaintext
print("x should be 78:");
|
|
|
|
let x = 78;
|
|
|
|
print(x);
|