1
1
mirror of https://github.com/theoludwig/programming-challenges.git synced 2025-05-18 12:02:53 +02:00

docs: Update READMEs + fix scripts/create-solution.ts

This commit is contained in:
Divlo
2020-09-12 21:29:46 +00:00
parent bd5bc38947
commit 3b11c3b037
19 changed files with 79 additions and 137 deletions

View File

@ -1,4 +1,5 @@
# typescript-camelcase - camel-case
Programming language : TypeScript
Created by [@Divlo](https://github.com/Divlo) at 5 July 2020.

View File

@ -1,4 +1,5 @@
# typescript-recursive - fibonacci-suite
Programming language : TypeScript
Created by [@Divlo](https://github.com/Divlo) at 5 July 2020.

View File

@ -1,4 +1,5 @@
# typescript-outlier - find-outlier-number
Programming language : TypeScript
Created by [@Divlo](https://github.com/Divlo) at 5 July 2020.

View File

@ -1,4 +1,5 @@
# javascript-hello - hello-world
Programming language : JavaScript
Created by [@Divlo](https://github.com/Divlo) at 5 July 2020.

View File

@ -1,4 +1,5 @@
# python-hello - hello-world
Programming language : Python
Created by [@Divlo](https://github.com/Divlo) at 5 July 2020.

View File

@ -1,4 +1,5 @@
# typescript-hello - hello-world
Programming language : TypeScript
Created by [@Divlo](https://github.com/Divlo) at 5 July 2020.

View File

@ -1,4 +1,5 @@
# javascript-inventory - inventory-update
Programming language : JavaScript
Created by [@Divlo](https://github.com/Divlo) at 8 July 2020.

View File

@ -1,4 +1,5 @@
# typescript-palindrome - is-palindrome
Programming language : TypeScript
Created by [@Divlo](https://github.com/Divlo) at 5 July 2020.

View File

@ -1,4 +1,5 @@
# python-prime - is-prime-number
Programming language : Python
Created by [@Divlo](https://github.com/Divlo) at 5 July 2020.

View File

@ -1,4 +1,5 @@
# typescript-maskify - maskify-card-number
Programming language : TypeScript
Created by [@Divlo](https://github.com/Divlo) at 5 July 2020.

View File

@ -1,4 +1,5 @@
# javascript-pairwise - pairwise
Programming language : JavaScript
Created by [@Divlo](https://github.com/Divlo) at 8 July 2020.

View File

@ -1,4 +1,5 @@
# typescript-easy-sort - sort-array-alphabet
Programming language : TypeScript
Created by [@Divlo](https://github.com/Divlo) at 7 July 2020.

View File

@ -1,4 +1,5 @@
# javascript-easy-sort - sort-array-number
Programming language : JavaScript
Created by [@Divlo](https://github.com/Divlo) at 7 July 2020.

View File

@ -1,4 +1,5 @@
# javascript-sort - sort-array-number
Programming language : JavaScript
Created by [@Divlo](https://github.com/Divlo) at 5 July 2020.