Check for example cases #9

Open
opened 2023-12-02 19:23:41 +00:00 by tea · 0 comments
Owner
  • 42
$> ./rush-02 42 | cat -e
forty two$
  • 0
$> ./rush-02 0 | cat -e
zero$
  • 10.4
$> ./rush-02 10.4 | cat -e
Error$
  • 10000
$> ./rush-02 100000 | cat -e
one hundred thousand$
  • 20 numbers.dict
$> grep "20" numbers.dict | cat -e
20 : hey everybody !$
  • 20
$> ./rush-02 20 | cat -e
hey everybody !$
- [ ] 42 ``` $> ./rush-02 42 | cat -e forty two$ ``` - [ ] 0 ``` $> ./rush-02 0 | cat -e zero$ ``` - [ ] 10.4 ``` $> ./rush-02 10.4 | cat -e Error$ ``` - [ ] 10000 ``` $> ./rush-02 100000 | cat -e one hundred thousand$ ``` - [ ] 20 numbers.dict ``` $> grep "20" numbers.dict | cat -e 20 : hey everybody !$ ``` - [ ] 20 ``` $> ./rush-02 20 | cat -e hey everybody !$ ```
tea added this to the C Piscine Rush 02 project 2023-12-02 19:24:59 +00:00
This repo is archived. You cannot comment on issues.
No Label
No Milestone
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: tea/c_piscine_rush_02#9
No description provided.