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.

880 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
Now you know

What you need to know about the O.MG Cables

2 Mins read
When you’re asked what age we’re in, you’d likely say we are in the digital age – an age where our devices…
Now you know

The man who scammed two tech giants of $122 million

1 Mins read
There have been several stories about people running elaborate schemes to defraud people and large companies. Many of these schemes have gone…
ArticleNow you knowRandom

SSD vs. HDD: What's The Difference?

3 Mins read
As we continue to bask in the euphoria of recent technological trends in this age of digitization, data generation, manipulation, information processing…
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

×
Foreign startupsNow you knowRandom

Alvys Raises $6.3M To Revolutionize Truck Operations