mirror of
https://github.com/msojocs/wx-compiler.git
synced 2025-07-19 00:00:04 +08:00
6 lines
75 B
C++
6 lines
75 B
C++
#include <iostream>
|
|
|
|
int main(int argc, char **argv) {
|
|
|
|
return 0;
|
|
} |