Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 314 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 314 Bytes

unit1-template

Use this empty template to start your interactive programs.

How to use:

In the terminal git clone the repo:

mkdir new_program
cd new_program
git clone https://github.com/wdi-sg/unit1-template.git
cd unit1-template
sublime .

open script.js write your code in inputHappened function.