Move everything to root

This commit is contained in:
Cyanoure
2024-09-15 13:55:29 +02:00
parent 4e21550591
commit d89a0fefbe
9 changed files with 131 additions and 137 deletions

3
src/test.ts Normal file
View File

@ -0,0 +1,3 @@
export default function test(i: number) {
console.log(`Hello, World! (#${i})`);
}