dev #10

Closed
Cyanoure wants to merge 2 commits from dev into dev-build
Showing only changes of commit 0110936f32 - Show all commits

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