Huvudsida: Skillnad mellan sidversioner

Från Simons Wiki
Hoppa till navigering Hoppa till sök
Ingen redigeringssammanfattning
Rad 9: Rad 9:
== Test ==
== Test ==


<script type="syntaxhighlighter" class="brush: js">
<syntaxhighlight lang="python" highlight="1,5-7">
<![CDATA[
public class test
public class test
{
{
Rad 17: Rad 16:
     System.out.println("Deta är ett test!");
     System.out.println("Deta är ett test!");
   }
   }
}]]>
}
</script>
</syntaxhighlight>

Versionen från 20 oktober 2015 kl. 18.41

Simons Wiki!

Tillbacka till Simons Sida

Länkar

Spel


Test

public class test
{
  public test()
  {
    System.out.println("Deta är ett test!");
  }
}