diff --git a/scripts/hello_world_Ctrl-apk b/scripts/hello_world_Ctrl-apk new file mode 100644 index 000000000..8110ecb73 --- /dev/null +++ b/scripts/hello_world_Ctrl-apk @@ -0,0 +1,5 @@ +// LANGUAGE: Javascrpit +// ENV: Node.js +// AUTHOR: Ctrl-apk +// GITHUB: https://github.com/Ctrl-apk +console.log('Hello, World!')