10 lines
195 B
V Shell
10 lines
195 B
V Shell
|
#!/usr/bin/env -S v -n -w -gc none -no-retry-compilation -cc tcc -d use_openssl -enable-globals run
|
||
|
|
||
|
import os
|
||
|
import freeflowuniverse.crystallib.osal
|
||
|
import web
|
||
|
|
||
|
mut app := web.new()
|
||
|
|
||
|
app.run()
|