7 lines
191 B
Plaintext
7 lines
191 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"
|
|
PRINT 5 * 5 + 7
|
|
RETURN 4 + 6 * 5 + 2 } |