This is my first post. Let me test something…
Here is my LeetCode account: https://leetcode.com/ydchentw
#include <iostream>
using namespace std;
int main()
{
return 0;
}
Haven’t figured out how to have syntax highlighting.
After installing Enlighter plugin
#include <iostream> using namespace std; int main() { return 0; }
Next, I should figure out how to write math equations.
E = mc^2
After installing Katex plugin,
E = mc^2