print les strings

This commit is contained in:
Vu Tuan Minh
2025-04-08 11:38:36 +02:00
parent b4bafcde5d
commit b0aa0d98ff
4 changed files with 19 additions and 8 deletions

View File

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