Beatitudes in C#

1
2
3
4
5
6
7
8
class the_earth
{
...
};
class the_meek : public the_earth
{
...
};

From: StackOverflow answer