Skip to content

Commit d4888a5

Browse files
committed
Tests
1 parent dd44c7c commit d4888a5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

main.fpl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
variable entier a -> 5;
1+
variable entier a -> 3;
22

33
verifier a {
44
quand 5:
@@ -7,4 +7,7 @@ verifier a {
77
quand 1:
88
envoyer "Yo";
99
,
10+
defaut:
11+
envoyer "Salut";
12+
,
1013
}

0 commit comments

Comments
 (0)