mi-gpt/tests/index.ts

10 lines
114 B
TypeScript
Raw Normal View History

2024-01-24 15:14:28 +00:00
import dotenv from "dotenv";
dotenv.config();
async function main() {
console.log("hello world!");
}
main();