Probando Geshi
1 2 3 4 5 6 7 8 9 public class Hello { public static void main(String[] args) { System.out.println("Hello World!"); } }
18 19 20 21 22 23 24 25 26 class Example def example(arg1) return "Hello: " + arg1.to_s end end
3 4 5 6 7 8 9 10 11 12 13 14 15 function foo() { echo "Hello World!\\n"; } for (\$i = 0; \$i < 10 $i++) { foo(); } ?>







