Huvudsida: Skillnad mellan sidversioner
Hoppa till navigering
Hoppa till sök
Simon (diskussion | bidrag) (→Test) |
Simon (diskussion | bidrag) (→Test) |
||
Rad 9: | Rad 9: | ||
== Test == | == Test == | ||
<syntaxhighlight lang="java" highlight="1,5-7"> | <syntaxhighlight lang="java">//highlight="1,5-7"> | ||
public class test | public class test | ||
{ | { |
Versionen från 20 oktober 2015 kl. 18.42
Simons Wiki!
Länkar
Test
//highlight="1,5-7">
public class test
{
public test()
{
System.out.println("Deta är ett test!");
}
}