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

🎉 Initial commit

This commit is contained in:
Divlo
2020-07-05 15:48:51 +02:00
commit 395ae0eff3
32 changed files with 1752 additions and 0 deletions

View File

@ -0,0 +1,5 @@
function solution () {
}
module.exports = solution

View File

@ -0,0 +1,2 @@
def solution():
pass

View File

@ -0,0 +1,5 @@
function solution () {
}
export default solution