From c8b2f8e13a59023c7a6ff6c155f0728389aac894 Mon Sep 17 00:00:00 2001 From: Christopher Fremond <34804391+Frenchris@users.noreply.github.com> Date: Wed, 6 Nov 2019 02:10:46 +0000 Subject: [PATCH] Update fprime.en.md --- subjects/fprime.en.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/subjects/fprime.en.md b/subjects/fprime.en.md index 2c3fb3e5..147c115a 100644 --- a/subjects/fprime.en.md +++ b/subjects/fprime.en.md @@ -24,7 +24,9 @@ student@ubuntu:~/piscine-go/test$ ./test 804577 804577 student@ubuntu:~/piscine-go/test$ ./test 42 2*3*7 -student@ubuntu:~/piscine-go/test$ ./test +student@ubuntu:~/piscine-go/test$ ./test a + +student@ubuntu:~/piscine-go/test$ ./test 0 student@ubuntu:~/piscine-go/test$ ```