Skip to content

Commit 925d6c2

Browse files
committed
test CI
1 parent f7cb1d3 commit 925d6c2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

source/main.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@
1212
#include <omp.h>
1313
#endif
1414

15+
#include <iostream>
16+
1517
int main(int argc, char** argv)
1618
{
19+
std::cout<<"test"<<std::endl;
1720
/*
1821
read the arguement in the command-line,
1922
with "abacus -v", the program exit and returns version info,
@@ -53,4 +56,4 @@ int main(int argc, char** argv)
5356
#endif
5457

5558
return 0;
56-
}
59+
}

0 commit comments

Comments
 (0)