dev #11

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

View File

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