index
:
ING1-Workshops.git
main
Ateliers ING1 2024-2025
Marcellus
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
graphs
/
cpp
/
is_prime
/
is_prime.hh
blob: ae83249a49742ccf7c44a063d3623d29cc20a960 (
plain
)
1
2
3
4
5
#pragma once constexpr bool is_prime(unsigned n); #include "is_prime.hxx"