Skip to content

Commit 55b9bf0

Browse files
committed
Tests.
1 parent 93201a2 commit 55b9bf0

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

main.fpl

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
1-
definir p() {
2-
variable entier a -> 15;
3-
renvoyer a;
4-
}
5-
6-
variable entier fonction b -> p;
7-
envoyer b;
1+
fichier lire "msg.txt" content;
2+
fichier ecrire "msg.txt" -> "Yo !";

0 commit comments

Comments
 (0)