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