®
The Euphoria Programming Language
Hello world! Example Program
Click below to go directly to a
specific section:
Description | Source Code
| Sample Run | Program
Notes
This program demonstrates the text output
function of the Euphoria programming language by displaying the
message "Hello world!".
puts(1,"Hello World!\n")
Hello world!
Last modified: 03:37 PM on 12/12/1999