ex-mul.ox (60B)
void main() {
print("expected 25");
print(5 * 5);
}
oxThe Ox programming language, compiler and tools (WIP) | |
| Log | Files | Refs | README | LICENSE |
ex-mul.ox (60B)
void main() {
print("expected 25");
print(5 * 5);
}