Junicon
> Hello World
Unicon
|
Last Published: 2016-03-01
|
Version: 1.8.4
About
Overview
Project Summary
Downloads
Download Junicon
Release Notes
Documentation
Installing Junicon
Running Junicon
Sample Programs
Hello World
Language Features
Using Java
Reference card
Publications
Reference
Project Information
Project Reports
Hello World
To run a simple Hello World program, start Junicon by typing:
junicon
Then type
write("Hello world");
and hit return.