This website requires JavaScript.
Explore
Help
Sign In
mokhtar
/
bagdad
Watch
1
Star
0
Fork
0
You've already forked bagdad
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
984d0c3be4
bagdad
/
src
/
main.ts
10 lines
95 B
TypeScript
Raw
Normal View
History
Unescape
Escape
done
2021-12-11 22:30:35 +00:00
import
run
from
"./run"
;
init
2021-12-11 21:01:50 +00:00
async
function
main() {
done
2021-12-11 22:30:35 +00:00
while
(
true
)
{
await
run
(
)
;
}
init
2021-12-11 21:01:50 +00:00
}
main
(
)
;
Reference in New Issue
Copy Permalink