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

This commit is contained in:
Cyanoure
2024-09-15 16:52:37 +02:00
parent d11bca611e
commit fad9d4279b

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