OOP HomeWork
This commit is contained in:
7
oop_hw1/oop_hw1_1/MyMain.cpp
Normal file
7
oop_hw1/oop_hw1_1/MyMain.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <iostream>
|
||||
#include "func.h"
|
||||
using namespace std;
|
||||
int main(int argc, char * argv[]) {
|
||||
cout << g2(10) << endl;
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user