Skip to content

Commit 715b498

Browse files
committed
test pre-commit.ci
1 parent b63aad4 commit 715b498

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

source/main.cpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
#include <omp.h>
1313
#endif
1414

15+
#include <iostream>
16+
1517
int main(int argc, char** argv)
1618
{
1719
/*
@@ -52,5 +54,11 @@ int main(int argc, char** argv)
5254
fftw_cleanup_threads();
5355
#endif
5456

57+
if(true)
58+
std::cout<<true<<std::endl;
59+
60+
for(int i=0; i<10; ++i)
61+
std::cout<<i<<std::endl;
62+
5563
return 0;
5664
}

0 commit comments

Comments
 (0)