The ubiquitous Hello World post is here to stay. For the sake of programming traditions, we're not removing it. But we do promise that our next posts will be more useful.
Below is a list of Hello World program examples in our favorite programming and markup languages. Consult Wikipedia's Hello world program page if you're interested in additional info.
Enjoy!
PHP
<?php echo 'Hello world!'; ?>
JavaScript
document.write('Hello world!');
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Hi!</title>
</head>
<body>
<p>Hello world!</p>
</body>
</html>
Java
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello world!");
}
}
C
#include <stdio.h>
int main(void) {
printf("Hello world!\n");
return 0;
}
Founder of SOFTKUBE, lead developer, and getting things done addict. Passionate about open source, user interface design, business development, and the tech world.
A small team of experts developing simple, usable, and high-quality web solutions. We blog about business, entrepreneurship, web development, and technology.
Displaying the Current Running Process and its Arguments in the Window Title Bar of WezTerm
How to Inspect Dynamic and Disappearing UI Elements with the DevTools Debugger
Gaining Access to a Legacy Google Apps Account When Phone Verification Fails
Custom Theme Migration from Drupal 9 to Drupal 10
Business Cheat Sheets CLI Code Design Development Downloads Drupal Email Google Apps HID Keyboards Multilingualism Open Source Philosophy PHP Pointing Devices Productivity Quotes Science Security SEO Technology Thoughts Windows Zend Framework