From d5326e9f605e11fc33a7f37cc0ae674258de2424 Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Mon, 24 May 2021 10:27:02 -0400 Subject: A much more palatable website --- transpiler/transpiler | Bin 38744 -> 38744 bytes transpiler/transpiler.cpp | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'transpiler') diff --git a/transpiler/transpiler b/transpiler/transpiler index 5b6e14f..3dba1f8 100755 Binary files a/transpiler/transpiler and b/transpiler/transpiler differ diff --git a/transpiler/transpiler.cpp b/transpiler/transpiler.cpp index fa9820a..3f2a006 100644 --- a/transpiler/transpiler.cpp +++ b/transpiler/transpiler.cpp @@ -200,7 +200,7 @@ int main() { "\t\n" "\t\n" "\t\t
\n" - "\t\t\t

Physics for Games

\n" + "\t\t\t

Physics for Games

\n" "\t\t
\n" "\t\t
\n"); @@ -247,4 +247,4 @@ int main() { servedFiles.deallocate(); return 0; -} \ No newline at end of file +} -- cgit v1.2.1