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