Beitrags-Archiv für die Kategory 'Allgemeines'

Steal this comic

Montag, 13. Oktober 2008 12:13

DRM

found via xkcd.com

Thema: Allgemeines | Kommentare (0) | Autor: Simon

Hello world!

Mittwoch, 2. Juli 2008 19:15

Java:

public class Hallo
{
  public static void main(String[] args)
  {
    System.out.println("Hello world!");
  }
}

PHP:

echo "Hello world!";

Thema: Allgemeines | Kommentare (0) | Autor: Seb