Add a script to the `Languages` directory in any language of your choice! Here is an example: ``` // LANGUAGE: Javascript // ENV: Node.js // AUTHOR: <Your name> // GITHUB: <Your GitHub handle> console.log('Hello, World!'); ```
Add a script to the
Languagesdirectory in any language of your choice! Here is an example: