10 lines
146 B
GLSL
Executable File
10 lines
146 B
GLSL
Executable File
#!/usr/bin/env -S v -n -w -cg -enable-globals run
|
|
|
|
import os
|
|
import freeflowuniverse.crystallib.osal
|
|
import web
|
|
|
|
mut app := web.new()
|
|
|
|
app.run()!
|