Files
tp2-vsl-pds/tests/aLaMain.vsl
2025-04-08 11:38:36 +02:00

6 lines
171 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"
RETURN 4 + 6 * 5 + 2 }