5 lines
76 B
Plaintext
5 lines
76 B
Plaintext
FUNC VOID main() {
|
|
INT x,y
|
|
READ x, y
|
|
PRINT "x vaut ",x," et y vaut ",y
|
|
} |