Files
tp2-vsl-pds/tests/aLaMain.vsl
2025-04-05 15:55:24 +02:00

3 lines
58 B
Plaintext

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