Skip to content

Commit

Permalink
Merge pull request #254 from awidesky/main
Browse files Browse the repository at this point in the history
improve optimized version of C++ implementation
  • Loading branch information
mawerty authored Mar 10, 2024
2 parents 6817c48 + 8ec482d commit fc8c09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimized_implementations/main.cpp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bool is_prime(int x){return false;}int main(){return 0;}
constexpr inline bool is_prime(int){return false;}int main(){return 0;}

0 comments on commit fc8c09d

Please sign in to comment.