feat: hello world

This commit is contained in:
Ahmet Kaan Gümüş 2025-06-30 03:34:08 +03:00
parent 24b05fcf61
commit cf66b3461e
6 changed files with 165 additions and 0 deletions

33
01-HelloWorld/package-lock.json generated Normal file
View file

@ -0,0 +1,33 @@
{
"name": "helloworld",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "helloworld",
"version": "1.0.0",
"license": "ISC",
"devDependencies": {
"@types/node": "^24.0.7"
}
},
"node_modules/@types/node": {
"version": "24.0.7",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.7.tgz",
"integrity": "sha512-YIEUUr4yf8q8oQoXPpSlnvKNVKDQlPMWrmOcgzoduo7kvA2UF0/BwJ/eMKFTiTtkNL17I0M6Xe2tvwFU7be6iw==",
"dev": true,
"license": "MIT",
"dependencies": {
"undici-types": "~7.8.0"
}
},
"node_modules/undici-types": {
"version": "7.8.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz",
"integrity": "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==",
"dev": true,
"license": "MIT"
}
}
}