public class HelloWorld { public static void main(String[] args) { System.out.println("Hello World!"); } }
03 сен 2015 23:12 | |
Сообщения:21 | public class HelloWorld { public static void main(String[] args) { System.out.println("Hello World!"); } } |
03 сен 2015 23:15 | |
Сообщения:21 | <script language = 'javascript'> document.write("Hello World"); </script> |
03 сен 2015 23:17 | |
Сообщения:21 | Quote: !DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>CSS Hello World</title> <link href="CSSHelloWorld.css" rel="stylesheet" type="text/css"/> </head> <body> <H1 class="basic">Hello World</H1> </body> |