New post Need visibility? Apply for a FREE post for your Startup.  Apply Here

Now you know

Output “Hello World” in 20 popular programming languages

1 Mins read

Greetings, fellow coding enthusiasts!

Today, we embark on an exciting adventure through the world of programming languages. Get ready to unleash “Hello World” in some of the most popular programming languages, from the battle-tested C to the modern marvels of Swift and Kotlin.

Whether you’re a seasoned developer or just starting your coding journey, this list of “Hello World” in different programming languages with definitely excite you.

C

#include <stdio.h>

int main() {
   printf("Hello World");
   return 0;
}

Python

print("Hello World")

JavaScript

console.log("Hello World");

Ruby

puts "Hello World"

C#

using System;

class HelloWorld {
   static void Main() {
      Console.WriteLine("Hello World");
   }
}

Java

public class HelloWorld {
   public static void main(String[] args) {
      System.out.println("Hello World");
   }
}

Go

package main

import "fmt"

func main() {
   fmt.Println("Hello World")
}

Kotlin

fun main() {
   println("Hello World")
}

PHP

<?php
echo "Hello World";
?>

Swift

import Swift

print("Hello World")

Rust

fn main() {
   println!("Hello World");
}

Typescript

console.log("Hello World");

R

print("Hello World')

Matlab

disp('Hello World")

Perl

print "Hello World\n";

Scala

object HelloWorld {
   def main(args: Array[String]) {
      println("Hello World")
   }
}

Lua

print("Hello World")

Dart

void main() {
   print("Hello World");
}

HTML

<!DOCTYPE html>
<html>
   <body>
      <h1>Hello World</h1>
   </body>
</html>

And that’s it! Hello World in 20 programming languages. From the timeless elegance of C to the modern marvels like Swift and Kotlin, each language brings its unique flair and functionality to the vast coding landscape.

Each programming language opens doors to endless possibilities, allowing you to create powerful applications, websites, and software. So, embrace your newfound knowledge, experiment with these languages, and let your coding adventure flourish.

Don’t miss any tech news ever!

We don’t spam! Read our privacy policy for more info.

795 posts

About author
When I'm not reading about tech, I'm writing about it, or thinking about the next weird food combinations to try. I do all these with my headphones plugged in, and a sticky note on my computer with the words: "The galaxy needs saving, Star Lord."
Articles
Related posts
ArticleNow you knowRandom

5 Reasons Why Telegram Is Better Than WhatsApp

2 Mins read
Within the last decade, I don’t know if there be any micro-messaging app as popular as WhatsApp and Telegram. They have become…
Now you know

Bitcoin halving: What it is and how it affects the cryptocurrency

3 Mins read
Bitcoin is unique among cryptocurrencies for many reasons, not least of which is its programmed monetary policy. At the heart of this…
ArticleMobileNow you knowRandom

5 Essential Android Apps iPhones Should Have

3 Mins read
The battle for supremacy between the iPhone and Android mobile phones seems ending. The argument for and against whichever brand you support…
Newsletter Subscription

🤞 Don’t miss any update!

We don’t spam! Read more in our privacy policy

Join our Telegram channel here - t.me/TechpadiAfrica

Leave a Reply

×
Now you know

Tips to Landing Your First Tech Job