Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 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