1 2 3 4 5 6 7
public class Gnome implements IWindowManager { @Override public void installWindowManager() { System.out.println("Installing: " + this.getClass().getSimpleName()); } }
This is the personal website of Senthil Kumaran. Amongst many things, he is a Software Developer, and a CPython Hacker.