2026-08-01 03:05:45 -04:00

3 lines
46 B
Plaintext

var x = 1 + 1 + 1;
var y = 2 + 2;
exit(x + y);