dev #11

Merged
Cyanoure merged 32 commits from dev into main 2024-09-15 15:35:07 +00:00
9 changed files with 60 additions and 73 deletions
Showing only changes of commit cc86f845a2 - Show all commits

View File

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