Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 688 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 688 Bytes

Play Code

Description

A place to find exercises to practice programming :)

Contribute / Test

You can clone the project and use with any editor you want, or use Gitpod (a free online VS Code-like IDE) for contributing.

Click in this link to Open in Gitpod and see the magic happening.

After cloning/Opened in Gitpod, open a new terminal and change to the exercise you want.

Like this:

  • cd HelloWorld
  • node run HelloWorld.js
Hello World

In this case we "changed directory" to HelloWorld folder, and run the JavaScript example version.