diff options
author | clyne <clyne@bitgloo.com> | 2020-06-26 10:47:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-26 10:47:36 -0400 |
commit | 2cd6a7d877be817741a2cc73c3153e8a1da0a15c (patch) | |
tree | 681c65655cb0d437fd911f468f49aa6a31306196 /README.md |
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..1bbc479 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# constexpr-to-string +C++17 code to convert integers to strings at compile-time |