Files
lang/test/other.lang
T
2026-06-01 22:40:24 -04:00

6 lines
63 B
Plaintext

thing :: fn() {
print("hello from other");
}
import main;