ox
The Ox programming language, compiler and tools (WIP)
Log
|
Files
|
Refs
|
README
|
LICENSE
ex-assignment-1.ox (42B)
1
void main() {
2
int i = 0;
3
i = 5;
4
}