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

6 lines
52 B
Plaintext

import "../a"
main func() i32 {
return a.one(1)
}