Skip to content

Commit

Permalink
Update problem.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hakierka authored Aug 5, 2024
1 parent 94a3a46 commit 3c7be0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion problems/4-infinite-compression/problem.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ In web3.storage, we content address CARs as well! So we generate a hash for the

I know loads of text, but one more thing, sometimes y'all got big datas. If the datas are big, we split the DAG across multiple CAR files. In this exercise we're going to store something else and log out the CAR CIDs a.k.a. the CID of the CAR _shards_.

Create a _new_ file for your solution e.g. `ex5.mjs` and upload something like you did in the cat gifs exercise. This time though, print out the CIDs of the CAR shards as they are sent, and then _finally_ the CID of the root of the DAG. Your output is expected to be newline delimited.
Create a _new_ file for your solution e.g. `ex5.mjs` and upload something like you did in the cat memes exercise. This time though, print out the CIDs of the CAR shards as they are sent, and then _finally_ the CID of the root of the DAG. Your output is expected to be newline delimited.

Good luck!

Expand Down

0 comments on commit 3c7be0d

Please sign in to comment.