hugolpz / WeSpeaxExos

Exercices per languages
1 stars 1 forks source link

Add existing data #1

Closed hugolpz closed 1 year ago

hugolpz commented 2 years ago

Hello folks, could you add your data to this repositories. Motivation is to :

  1. Finally gather back all done work
  2. Tackle the Bus factor risk

Todo

Cheatsheet

(In case someone needs it).

    git clone https://github.com/hugolpz/WeSpeaxExos
    mv path/of/your/files newpath/directory/
    git add newpath/directory/*
    git commit -am "add language <ISO>"
    git status
    git push