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.
Shared Office Space for Rent in Dekwaneh, Beirut, Lebanon as a Professional Work Environment
Transform your Custom PHP Script into a Globally Available CLI Command
Using Google for Live Unit Conversions
Declaring a Constant Array in PHP
Business CLI Development Downloads Drupal Email Google Apps Multilingualism Open Source PHP Security SEO Technology Windows Zend Framework