main.cpp 65 B

1234567
  1. #include <wx/filefn.h>
  2. int main()
  3. {
  4. wxGetCwd();
  5. return 0;
  6. }