Files
monkey/testdata/hashes.monkey
Chuck Smith ca4eed10b8
Some checks failed
Build / build (push) Failing after 1m26s
Test / build (push) Failing after 11m43s
More tests
2024-03-18 19:46:54 -04:00

2 lines
40 B
Plaintext

let d = {"a": 1, "b": 2}
d["a"] + d["b"]