wx-compiler/src/wcsc.cpp
2023-06-07 20:23:39 +08:00

6 lines
75 B
C++

#include <iostream>
int main(int argc, char **argv) {
return 0;
}