Files
2026-06-30 19:38:28 +02:00

8 lines
92 B
Plaintext

import "../left"
import "../right"
main func() void {
_ = left.same()
_ = right.same()
}