Create README.md

This commit is contained in:
CJ van den Berg 2024-02-08 23:14:04 +01:00 committed by GitHub
parent 025f2983f8
commit b682d30e60

9
README.md Normal file
View file

@ -0,0 +1,9 @@
# Thespian
Fast & flexible actors for Zig, C & C++ applications
To build:
```
./zig build
```
See `tests/*` for many interesting examples.