Skip to content
Closed

test CI #6247

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@
#include <omp.h>
#endif

#include <iostream>

int main(int argc, char** argv)
{
std::cout<<"test"<<std::endl;
/*
read the arguement in the command-line,
with "abacus -v", the program exit and returns version info,
Expand Down Expand Up @@ -53,4 +56,4 @@ int main(int argc, char** argv)
#endif

return 0;
}
}
Loading