This repository has been archived on 2025-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
nub-lang-archive-2/example/math/math.nub
nub31 2b666f168b ...
2025-05-27 09:18:31 +02:00

5 lines
66 B
Plaintext

namespace math
func add(a: i64, b: i64): i64 {
return a + b
}