Skip to content

Commit

Permalink
yesterday
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdoe committed Oct 8, 2023
1 parent d6d5a94 commit e46d820
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions week-048.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@ int main(void){

Read all lines from a file, each containing 4 numbers, and print the numbers

file numbers.txt:
```
1 2 3 54
1.2 3 4 6
0 1 2 3
```


```
#include <stdio.h>
int main(void){
Expand Down

0 comments on commit e46d820

Please sign in to comment.