初始化第三题
This commit is contained in:
@@ -10,3 +10,6 @@ add_executable(test1
|
|||||||
add_executable(test2 test2.cpp
|
add_executable(test2 test2.cpp
|
||||||
SeqQueue.cpp
|
SeqQueue.cpp
|
||||||
SeqQueue.h)
|
SeqQueue.h)
|
||||||
|
add_executable(test3 test3.cpp
|
||||||
|
SeqQueue.cpp
|
||||||
|
SeqQueue.h)
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
//test3.cpp
|
||||||
|
#include<iostream>
|
||||||
|
#include"SeqQueue.h"
|
||||||
|
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
|
int main() {
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user