AliceWonderland/hacktoberfest

Create a `Hello World` Script

Open

#162 aberto em 8 de out. de 2017

Ver no GitHub
 (29 comments) (0 reactions) (0 assignees)HTML (8.479 forks)batch import
enhancementgood first issuehacktoberfest

Métricas do repositório

Stars
 (1.119 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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!');

Guia do colaborador