From 00bfec66319e3e53a3b51d1d1ffbc899633f29a2 Mon Sep 17 00:00:00 2001 From: Keuin Date: Mon, 11 Apr 2022 10:07:48 +0800 Subject: Basic 3d vector operations. Testing with GoogleTest. --- main.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 main.cpp (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..80cc4b4 --- /dev/null +++ b/main.cpp @@ -0,0 +1,9 @@ +/* rt - Threaded ray tracer in C++11. + * // TODO + */ +#include + +int main() { + std::cout << "Hello, World!" << std::endl; + return 0; +} -- cgit v1.2.3