Challenge

The challenge template is loaded into the playground. Do not modify it, only add new code.
Done here? Go back to the challenges page and select another!

Add two numbers

Number of submissions and other statistics here :)

Add the numbers in the addresses 0x0 and 0x1 and store the result in the address 0x2. This challenge does not include a competition and is meant as warmup and for testing.

Expected result:

memory[2] = memory[1] + memory[0]

This challenge does not have a leaderboard.