diff --git a/README.md b/README.md new file mode 100644 index 0000000..e8451cc --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Thespian +Fast & flexible actors for Zig, C & C++ applications + +To build: +``` +./zig build +``` + +See `tests/*` for many interesting examples.