diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-02 10:40:45 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-02 10:40:45 -0500 |
commit | b712ad8c8c949f7b715c593531fdb5f0285014a9 (patch) | |
tree | f7e5beb2ecc6394a4b2a46047cc793aedff475d0 /test.cpp | |
parent | e97adda9758dab0e12e7e54608dbf9557f0928c7 (diff) |
C++ syntax highlighting done
Diffstat (limited to 'test.cpp')
-rw-r--r-- | test.cpp | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,5 +1,12 @@ #include <iostream> - +char const *s = R"( +Lorem ipsum dolor sit amet. +It was the age of reason. +It was the age of foolishness. +do { + class x; +} while (0.1238712e+12 != CHAR_MAX); +)"; using std::cout; template<typename T> |