master
Raw Download raw file
 1// ________                                                _________
 2// \________\--------___       ___         ____----------/_________/
 3//     \_______\----\\\\\\   //_ _ \\    //////-------/________/
 4//         \______\----\\|| (( ~|~ )))  ||//------/________/
 5//             \_____\---\\ ((\ = / ))) //----/_____/
 6//                  \____\--\_)))  \ _)))---/____/
 7//                        \__/  (((     (((_/
 8// ヾღ彡                   |  -)))  -  ))
 9// =================================================================
10// _hello.js
11// -----------------------------------------------------------------
12// author:  @archangel
13// SEC LVL: 4
14// Chars:   43
15// Descr:   Simplest scipt for testing reasons.
16// Syntax:  _hello
17// =================================================================
18
19function (context, args)
20{
21    return "Hello World";           // Print "Hello World" to the console.
22}