Hello, World!
All checks were successful
Build and Save Artifact / build (push) Successful in 12s

This commit is contained in:
Cyanoure
2024-09-15 16:16:10 +02:00
parent 1ae8cbeef5
commit cc86f845a2

View File

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