aboutsummaryrefslogtreecommitdiff
path: root/res/test_read.tpc
diff options
context:
space:
mode:
Diffstat (limited to 'res/test_read.tpc')
-rw-r--r--res/test_read.tpc1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/test_read.tpc b/res/test_read.tpc
index 0109e4d..6ad3632 100644
--- a/res/test_read.tpc
+++ b/res/test_read.tpc
@@ -9,4 +9,5 @@ entier main(void) {
9 caractere r1; 9 caractere r1;
10 readc(r1); 10 readc(r1);
11 print(r1); 11 print(r1);
12 return 0;
12} 13}