1
0
Files
2022-09-29 17:59:04 +03:00

8 lines
35 B
Plaintext

BEGIN {
x = 5
}
END {
print x
}