8 lines
173 B
GLSL
Executable File
8 lines
173 B
GLSL
Executable File
#!/usr/bin/env -S v -n -w -gc none -cc tcc -d use_openssl -enable-globals run
|
|
|
|
import incubaid.herolib.hero.bootstrap
|
|
|
|
mut al := bootstrap.new_alpine_loader()
|
|
|
|
al.start()!
|