AliceWonderland/hacktoberfest

Create a `Hello World` Script

Open

#162 创建于 2017年10月8日

在 GitHub 查看
 (29 评论) (0 反应) (0 负责人)HTML (1,119 star) (8,479 fork)batch import
enhancementgood first issuehacktoberfest

描述

Add a script to the scripts directory in any language of your choice! Here is an example:

// LANGUAGE: Javascript
// ENV: Node.js
// AUTHOR: Alice Chuang
// GITHUB: https://github.com/AliceWonderland

console.log('Hello, World!');

贡献者指南