From aa30a93d4647b2acd3e2b359e080fb4ed070838d Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Thu, 8 Feb 2024 23:14:04 +0100 Subject: [PATCH] Create README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md 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.