AliceWonderland/hacktoberfest

Create a `Hello World` Script

Open

#162 ouverte le 8 oct. 2017

Voir sur GitHub
 (29 commentaires) (0 réactions) (0 assignés)HTML (8 479 forks)batch import
enhancementgood first issuehacktoberfest

Métriques du dépôt

Stars
 (1 119 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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

Guide contributeur