Hi there! Welcome to my blog! Like the title says, this is the first blog post on my website. I'm hoping to regularly post entries based on what's happening in my life. Most entries are probably going to be about an interesting problem that I encountered, or an event that I attended.
I also wanted to test out MathJax and my custom syntax highlighter so I could use it for future entries.
Quadratic Equation:
Nth Fibonacci Number:
Euler Phi Function:
Sum of Integers:
#include <bits/stdc++.h>
using namespace std;
int main () {
printf("Hello World");
return 0;
}
print "Hello World"
public class Main {
public static void main (String[] args) {
System.out.println("Hello World");
}
}