dev #11

Merged
Cyanoure merged 32 commits from dev into main 2024-09-15 15:35:07 +00:00
10 changed files with 70 additions and 74 deletions
Showing only changes of commit a1439f7c3d - Show all commits

View File

@ -1,7 +1,7 @@
import test from "./test";
export function startTest() {
console.log("Hello, World!");
console.log("Hello, World! 3");
let i: number = 0;
setInterval(() => {
i++;