Sha256: eca21a074c6999affc9129cc7988044bfbd27e862bfdd99538ef2eb3bc0a34c0

Contents?: true

Size: 388 Bytes

Versions: 10

Compression:

Stored size: 388 Bytes

Contents

From the [http://www.elasticworld.org/man/elastic.html elastiC Manual].

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();

Version data entries

10 entries across 7 versions & 1 rubygems

Version Path
zettacode-0.1.7 files.zettacode/hello_world.text/elastic.txt
zettacode-0.1.6 files.zettacode/hello_world.text/elastic.txt
zettacode-0.1.6 files.zettacode2/hello_world.text/elastic.txt
zettacode-0.1.5 files.zettacode/hello_world.text/elastic.txt
zettacode-0.1.5 files.zettacode2/hello_world.text/elastic.txt
zettacode-0.1.4 files.zettacode/hello_world.text/elastic.txt
zettacode-0.1.4 files.zettacode2/hello_world.text/elastic.txt
zettacode-0.1.3 files.zettacode/hello_world.text/elastic.txt
zettacode-0.1.2 files.zettacode/hello_world.text/elastic.txt
zettacode-0.1.1 zettacode.files/hello_world.text/elastic.txt