Files
tp2-vsl-pds/tests/aLaMain.vsl
2025-04-07 15:02:10 +02:00

4 lines
69 B
Plaintext

FUNC INT main() {
INT a,b,c
a := 2
RETURN 4 + 6 * 5 + a }