mirror of
https://github.com/linsa-io/linsa.git
synced 2026-03-14 06:05:44 +01:00
6 lines
86 B
TypeScript
6 lines
86 B
TypeScript
await main();
|
|
|
|
async function main() {
|
|
console.log("open source in future 🖤");
|
|
}
|