Files
TinySTL/TinySTL/main.cpp
2014-09-17 09:20:34 +08:00

12 lines
142 B
C++

#include <iostream>
#include "Construct.h"
using namespace std;
int main(){
cout << "Holle World" << endl;
system("pause");
return 0;
}