This file points to a github branch:
This file points to a github commit:
Shell:
C++:
Math:
$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$
This file points to a github commit:
Events in Grozav's orchard
Shell:
paul@paul:~$ for i in {2..3}; do echo $i; done
2
3
#include <iostream>
int main()
{
return 0;
}