Test commit
All checks were successful
Build and Save Artifact / build (pull_request) Successful in 13s

This commit is contained in:
Cyanoure
2024-09-15 17:19:02 +02:00
parent a1439f7c3d
commit f437c74634

View File

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