11 lines
267 B
Plaintext
11 lines
267 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", 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 } |