This commit is contained in:
2024-12-30 08:01:17 +01:00
parent dfafeecf2c
commit 7894f7d420
218 changed files with 8981 additions and 20 deletions

View File

@@ -6,14 +6,14 @@ this is how we want example scripts to be, see the first line
```vlang
#!/usr/bin/env -S v -gc none -no-retry-compilation -cc tcc -d use_openssl -enable-globals run
import freeflowuniverse.crystallib.installers.sysadmintools.daguserver
import freeflowuniverse.herolib.installers.sysadmintools.daguserver
mut ds := daguserver.get()!
println(ds)
```
the files are in ~/code/github/freeflowuniverse/crystallib/examples for crystallib
the files are in ~/code/github/freeflowuniverse/herolib/examples for herolib
## important instructions