SEARCH
TOOLBOX
LANGUAGES
modified on 5 January 2011 at 17:52 ••• 13,733 views

Electrum hello Example

From Manuals

(Difference between revisions)
Jump to: navigation, search
(Created page with '=Simple console output (hello)= ==Compatibility [http://www.micromint.com/index.php/SBC/electrum100.html Electrum 100]== A very simple "hello world" example. It simply displays …')
(Compatibility Electrum 100)
 
(2 intermediate revisions not shown)
Line 1: Line 1:
=Simple console output (hello)=
=Simple console output (hello)=
==Compatibility [http://www.micromint.com/index.php/SBC/electrum100.html Electrum 100]==
==Compatibility [http://www.micromint.com/index.php/SBC/electrum100.html Electrum 100]==
-
A very simple "hello world" example. It simply displays “hello world” on standard output (stdout) and is a starting point for more complicated applications.
+
A very simple "hello world" example. It simply displays "Hello, World!" on standard output (stdout) and is a starting point for more complicated applications.
-
[[Image:Electrum_hello.gif|center|]]
+
[[Image:Electrum_hello.png|center|]]

Current revision as of 17:52, 5 January 2011

Simple console output (hello)

Compatibility Electrum 100

A very simple "hello world" example. It simply displays "Hello, World!" on standard output (stdout) and is a starting point for more complicated applications.