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

This commit is contained in:
Cyanoure
2024-09-15 17:18:10 +02:00
parent 7578ff60f0
commit a1439f7c3d

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++;