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:
5
scripts/languages-wrapper/templates/solution.js
Normal file
5
scripts/languages-wrapper/templates/solution.js
Normal file
@ -0,0 +1,5 @@
|
||||
function solution () {
|
||||
|
||||
}
|
||||
|
||||
module.exports = solution
|
2
scripts/languages-wrapper/templates/solution.py
Normal file
2
scripts/languages-wrapper/templates/solution.py
Normal file
@ -0,0 +1,2 @@
|
||||
def solution():
|
||||
pass
|
5
scripts/languages-wrapper/templates/solution.ts
Normal file
5
scripts/languages-wrapper/templates/solution.ts
Normal file
@ -0,0 +1,5 @@
|
||||
function solution () {
|
||||
|
||||
}
|
||||
|
||||
export default solution
|
Reference in New Issue
Block a user