5 lines
65 B
Plaintext
5 lines
65 B
Plaintext
FUNC VOID main() {
|
|
INT x
|
|
READ x
|
|
PRINT "Le nombre lu est ", x
|
|
} |