.ax Tutorial

10 challenges. Learn ring arithmetic, CRT decomposition, and the seven primes.

1
2
3
4
5
6
7
8
9
10
CHALLENGE 1 OF 10
The Identity
In .ax, s is the multiplicative identity: s = 1. Multiplying anything by s leaves it unchanged.

Type show s and press Run.
+ hint: Just type: show s
Press Run to execute your code.

.ax Tutorial -- 10 challenges, 7 primes, 1 ring.

Source code · Public domain (CC0)

Report issue

.ax source compiled to WASM via self-hosting compiler. Zero HTML authored.