Files
tp2-vsl-pds/tests/aLaMain.vsl
Vu Tuan Minh b4bafcde5d tested print
2025-04-07 21:31:13 +02:00

6 lines
141 B
Plaintext

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