Skip to content

Commit

Permalink
feat: finish mockups with small improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Roland committed Aug 26, 2024
1 parent e958a3e commit dadf1ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/src/report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit dadf1ad

Please sign in to comment.