Day 02 Part 01
This commit is contained in:
parent
164549a01d
commit
5b89f6fb78
7 changed files with 375 additions and 0 deletions
11
02/package.json
Normal file
11
02/package.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"name": "day02",
|
||||
"module": "index.ts",
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"bun-types": "latest"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.0.0"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue