Posting Code
β Caleb Jasik
Here's a little "Hello World" code snippet to show how C++ highlighting works on the website. I wonder if adding GitHub gists is a better idea, but idk. It's fine.
#include <iostream>
using namespace std;
int main() {
cout << "hello world";
}
Here's a GitHub Gist version of that:
I definitely like the GitHub Gist version more than the website's.