Skip to content

Commit 604330a

Browse files
committed
Tests.
1 parent 2671fd7 commit 604330a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

main.fpl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
definir principal(texte msg, auto a) {
2-
envoyer "yo";
3-
envoyer "salut la compagnie";
2+
envoyer msg;
43
}
5-
appeler principal : msg "Yo", a 5;
4+
5+
appeler principal : msg "Yo", a 5;
6+
envoyer msg;

0 commit comments

Comments
 (0)