This file points to a github branch:
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
C++:
#include <iostream>
int main()
{
  return 0;
}
Math: $$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$