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 == | ||
<script type="syntaxhighlighter" class="brush: js"><![CDATA[ | <script type="syntaxhighlighter" class="brush: js"> | ||
<![CDATA[ | |||
public class test | public class test | ||
{ | { | ||
Rad 16: | Rad 17: | ||
System.out.println("Deta är ett test!"); | System.out.println("Deta är ett test!"); | ||
} | } | ||
}]]></script> | }]]> | ||
</script> |
Versionen från 20 oktober 2015 kl. 18.39
Simons Wiki!
Länkar
Test
<script type="syntaxhighlighter" class="brush: js"> <![CDATA[ public class test {
public test() { System.out.println("Deta är ett test!"); }
}]]> </script>