www_veda2/start_notcc.vsh

10 lines
146 B
V Shell
Raw Normal View History

2024-10-07 01:37:16 +00:00
#!/usr/bin/env -S v -n -w -cg -enable-globals run
import os
import freeflowuniverse.crystallib.osal
import web
mut app := web.new()
2024-10-07 01:51:32 +00:00
app.run()!