todo declaration c pt

This commit is contained in:
trochas
2025-04-10 11:13:09 +02:00
parent ecdb8ac687
commit 9905831b24
5 changed files with 72 additions and 45 deletions

View File

@@ -3,5 +3,5 @@ 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
READ a, b, n, t, m
READ a, b, c, d
RETURN 4 + 6 * 5 + 2 }