Skip to content

Commit 045856f

Browse files
committed
1. test
1 parent b377902 commit 045856f

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
@@ -52,5 +52,8 @@ int main(int argc, char** argv)
5252
fftw_cleanup_threads();
5353
#endif
5454

55+
if(true)
56+
std::cout<<true<<std::endl;
57+
5558
return 0;
56-
}
59+
}

0 commit comments

Comments
 (0)