This commit is contained in:
trochas
2025-04-10 12:44:11 +02:00
parent 28e0517f23
commit 728014bb7a
2 changed files with 2 additions and 5 deletions

View File

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