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

2
01-HelloWorld/index.js Normal file
View file

@ -0,0 +1,2 @@
"use strict";
console.log("Hello, world!");