mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-25 06:18:56 -04:00
5 lines
81 B
C
5 lines
81 B
C
int main(int argc, char **argv) {
|
|
int to_complete = 0;
|
|
return to_complete;
|
|
}
|