Test
Some checks failed
Build and Save Artifact / build (push) Failing after 6s

This commit is contained in:
Cyanoure
2024-09-15 16:41:35 +02:00
parent 158d85d821
commit 0110936f32

View File

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