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 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.
Gaining Access to a Legacy Google Apps Account When Phone Verification Fails
Custom Theme Migration from Drupal 9 to Drupal 10
How to Change the Most Recent Git Commit Message
How to Make Google Chrome Forget a Permanent HTTP 301 Redirect
Business Cheat Sheets CLI 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