Answers for "hello worl"

3

hello world

//This is a simple Hello World program.

public class hello world {
	public static void main(Strin[] args) {
     	System.out.println("Hello World"); 
    }
}
Posted by: Guest on April-08-2020
0

hello world

# simple python Hello World program:
print('hello world')

# or, more exclusive:
def say_hello_to_the_world():
	print('hello world')

def main():
	say_hello_to_the_world()

main()
Posted by: Guest on June-18-2020
0

hello worl

<!DOCTYPE html>

 <html>

    <body>


 <?php

 echo "My first PHP script!";

 ?>

 

    </body>

    </html>
Posted by: Quyết Đào Xuân on January-19-2022

Browse Popular Code Answers by Language