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

6 lines
68 B
Plaintext

import "../math"
main func() i32 {
return from_a() + math.value
}