/Hello-world-programming

This is repo for make a hello world, but use any programming language, you can pull request this repository too

Primary LanguageC++

Hello-world-programming

This is repo for make a hello world, but use any programming language, you can pull request this repository too

C Language

printf("Hello World");

Kotlin Language

println("Hello, world!")

Java Language

System.out.println("Hello World!");

Go Language

fmt.Print("Hello world!")

Python Language

print("Hello World")