mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'lemu/README.md')
-rw-r--r--lemu/README.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/lemu/README.md b/lemu/README.md
deleted file mode 100644
index 34044f9..0000000
--- a/lemu/README.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# lemu
-
-mindustry Logic EMUlator.
-
-## Usage
-
-```rust
-use lemu::Executor;
-let mut lex = Executor::with_output(std::io::stdout()).program(r#"print "hello world""#).expect("program ok");
-lex.run();
-``` \ No newline at end of file