aboutsummaryrefslogtreecommitdiff
path: root/res/test_read.tpc
diff options
context:
space:
mode:
authorAdam NAILI2018-06-05 14:56:02 +0200
committerAdam NAILI2018-06-05 14:56:02 +0200
commit0255cca32a78847d2de0134740b991a77f5ad555 (patch)
treeba2bb6bfa74fa63ef75ab31db2b3cdb8b2e0123d /res/test_read.tpc
parent53e859913d6eb7141dbd1ed48f28c336f1322534 (diff)
downloadtpc-compiler-0255cca32a78847d2de0134740b991a77f5ad555.tar.gz
Return test
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}