|
|
|
|
A "hello world" program is a computer program that prints out "Hello, world!" on a display device. It is used in many introductory tutorials for teaching a programming language. http://en.wikipedia.org/wiki/Hello_World
program hello_prog root HELLO_WORLD: "make" cluster "./" end include "$EIFFEL_S/library/lib.pdl" end -- hello_prog http://www2.latech.edu/~acm/helloworld/eiffel.html
Hello World" Programs {NOTE: For the non programmers, some exegesis may be necessary: when a programmer starts to learn a new language, a typical first exercise is to program ... http://www.infiltec.com/j-h-wrld.htm
title Hello World Program (hello.asm) ; This program displays "Hello, World!" dosseg .model small .stack 100h .data hello_message db 'Hello, World ... http://www2.latech.edu/~acm/helloworld/asm.html
program Hello(input, output) begin writeln('Hello World') end. Senior year in College (defun hello (print (cons 'Hello (list 'World)))) New professional http://www.gnu.org/fun/jokes/helloworld.html
|
|
|