mirror of
https://github.com/ayabusa/Numworks-zeta-os.git
synced 2024-11-22 11:03:24 +00:00
5 lines
73 B
C
5 lines
73 B
C
|
// Minimal main.c file
|
||
|
int main() {
|
||
|
// Your code here
|
||
|
return 0;
|
||
|
}
|