Files
WL/main.wl
T
2025-08-06 00:23:10 +02:00

6 lines
93 B
Mathematica

let set = {a: "G", b: "T", c: "K"}
for item, i in set: {
<li>\item \i \set[item]</li>
}