Code

Transcript show: 'Hello, world!'

IDENTIFICATION DIVISION.
PROGRAM-ID. HELLO-WORLD.

ENVIRONMENT DIVISION.
PROCEDURE DIVISION.
DISPLAY "Hello, world!".
STOP RUN.

(=<`@?>~6Z:z2VU/.R?10/.-,+*)('&%$#"!~}|{z]Kwvut3EqpiAmlONi

-

public class Hello {
 public static void main() {
 System.out.println("Hello, world!");
 }
}

<?php
echo 'Hello, world!';
exit;
?>

print "Hello, world!\n";

print "Hello, world!"

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.