September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions
18
Task/Hello-world-Text/ElastiC/hello-world-text.elastic
Normal file
18
Task/Hello-world-Text/ElastiC/hello-world-text.elastic
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
package hello;
|
||||
|
||||
// Import the `basic' package
|
||||
import basic;
|
||||
|
||||
// Define a simple function
|
||||
function hello()
|
||||
{
|
||||
// Print hello world
|
||||
basic.print( "Hello world!\n" );
|
||||
}
|
||||
|
||||
/*
|
||||
* Here we start to execute package code
|
||||
*/
|
||||
|
||||
// Invoke the `hello' function
|
||||
hello();
|
||||
Loading…
Add table
Add a link
Reference in a new issue