Skal lige teste hvor mange sprog der er understøttet
[code="Java"]
public class Test
{
public static void main(String[] input)
{
System.out.println("nr. 1: "+input[1]);
}
}
[/code]
[code="PHP"]
function test()
{
echo "te"+"st";
}
test();
[/code]
[code="ASP"]
Response.Write "Test" & "mere test";
[/code]
[code="HTML"]
<html>
<body>
Endnu mere <h1>Test</h1>
</body>
</html>
[/code]
[code="CSS"]
a
{
color: red;
}
a:hover
{
font-weight: bold;
}
[/code]
[code="C++"]
int main()
{
//test test
char t = 't';
int test=2;
for(int i=0;i<test;i++)
cout << "Test";
system("PAUSE");
}
[/code]
Hvorfor ikke Java
Indlæg senest redigeret d. 10.03.2006 15:57 af Bruger #4479