8 lines
65 B
C++
8 lines
65 B
C++
#include <wx/filefn.h>
|
|
|
|
int main()
|
|
{
|
|
wxGetCwd();
|
|
return 0;
|
|
}
|