Files
tp2-vsl-pds/tests/aLaMain.vsl
2025-04-10 11:13:09 +02:00

7 lines
198 B
Plaintext

FUNC INT main() {
INT a,b,c
b:=3
c:=1
PRINT "coucou, tu peux réparer le visitPrint dans LLVM stp","il manque virgule au milieu", c*5+b
READ a, b, c, d
RETURN 4 + 6 * 5 + 2 }