Loading... ```c #include“stdio.h” void main() { printf("Hello world!"); } ``` ------------ ```python '''实现人类本质的AI代码!!!''' while(true): print(input()) ``` ------------ ```java public class HelloWorld { public static void main(String[] args) { System.out.println("Hello World"); } } ``` ------------ ```javascript <!DOCTYPE HTML> <html> <body> <script> alert( 'Hello, world!' ); </script> </body> </html> ``` ------------ Last modification:March 6th, 2019 at 03:22 pm © 允许规范转载 Support If you think my article is useful to you, please feel free to appreciate ×Close Appreciate the author Sweeping payments Pay by AliPay Pay by WeChat
Comment here is closed