class Test { public static void main() { new Runnable() { public void run() { System.out.println("Text"); } } } }