mirror of
https://github.com/atom/atom.git
synced 2026-01-26 15:28:27 -05:00
7 lines
74 B
C
7 lines
74 B
C
void extra();
|
|
|
|
int main(int argc, char** argv) {
|
|
extra();
|
|
return 0;
|
|
}
|