This commit is contained in:
2025-07-21 06:30:42 +02:00
parent ddf5fcbbcc
commit 2127fb2ec0
35 changed files with 29 additions and 3539 deletions

View File

@@ -0,0 +1,17 @@
# how to run the vshell example scripts
this is how we want example scripts to be, see the first line
```vlang
#!/usr/bin/env -S v -cg -gc none -cc tcc -d use_openssl -enable-globals run
import freeflowuniverse.herolib...
```
the files are in ~/code/github/freeflowuniverse/herolib/examples for herolib
## important instructions
- never use fn main() in a .vsh script
- always use the top line as in example above