Check for example cases #9
tea
commented 2023-12-02 19:23:41 +00:00
Owner
- 42
- 0
- 10.4
- 10000
- 20 numbers.dict
- 20
- [ ] 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
Labels
No Label
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: tea/c_piscine_rush_02#9
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?