This repository has been archived on 2022-12-05. You can view files and clone it, but cannot push or open issues or pull requests.
GeometryDash3D/js/main.js
2022-11-07 09:10:20 +01:00

5 lines
96 B
JavaScript

window.addEventListener("load", () => main());
const main = () => {
console.log("Hi!");
};