This repository has been archived on 2024-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
DataHoard/src/app.ts

10 lines
91 B
TypeScript
Raw Normal View History

2021-08-21 00:56:51 +03:00
/**
* The main function to run the program with
*/
async function main() {
2021-08-21 01:21:16 +03:00
2021-08-21 00:56:51 +03:00
}