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

6 lines
64 B
Plaintext

import "../b"
one func(value int) i32 {
return b.two(value)
}