Dies ist eine alte Version des Dokuments!


PlayGround

Quelltext

<?php
  echo "Hallo Welt!";
?>
public class Test
{
  public static void main (String[] args)
  {
    System.out.println("Hallo Welt!");
  }
}

Plugins

Notes

<note>Nur ein Test</note> <note important>Nur ein Test</note> <note tip>Nur ein Test</note> <note warning>Nur ein Test</note>