From dadf1adf6d6eca75fb2116fc99c5e1730186c71d Mon Sep 17 00:00:00 2001 From: Samuel Roland Date: Mon, 26 Aug 2024 13:51:50 +0200 Subject: [PATCH] feat: finish mockups with small improvements --- docs/src/report.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/src/report.md b/docs/src/report.md index f68b4bc..72a1c22 100644 --- a/docs/src/report.md +++ b/docs/src/report.md @@ -16,6 +16,9 @@ todo: document other OS ## Mockups ## Case study with the classic experience Let's consider a typical coding exercise that David needs to resolve: + +--- + #### Dog message Write a small program that displays this message built with the first 2 args. You don't need to check the second arg to be a number. @@ -67,6 +70,8 @@ This workflow resume all different steps that David performs until he finish the Let's consider a struct exercise that Alice needs to resolve: +--- + #### 2. Basic dog struct Write a basic dog structure with a name and legs number. Print given dog with first 2 args. If `-n` ask to define a new dog, and if `-s` show the size of the struct.