summaryrefslogtreecommitdiff
path: root/test.cpp
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-02-02 10:40:45 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-02-02 10:40:45 -0500
commitb712ad8c8c949f7b715c593531fdb5f0285014a9 (patch)
treef7e5beb2ecc6394a4b2a46047cc793aedff475d0 /test.cpp
parente97adda9758dab0e12e7e54608dbf9557f0928c7 (diff)
C++ syntax highlighting done
Diffstat (limited to 'test.cpp')
-rw-r--r--test.cpp9
1 files changed, 8 insertions, 1 deletions
diff --git a/test.cpp b/test.cpp
index 534dfca..e373bff 100644
--- a/test.cpp
+++ b/test.cpp
@@ -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>