aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkartofen <mladenovnasko0@gmail.com>2022-08-23 20:45:56 +0300
committerkartofen <mladenovnasko0@gmail.com>2022-08-23 20:45:56 +0300
commit39161cf246aa2b34c7c02ebb6c88da3776979670 (patch)
tree885d0945c4d15c3c9035327f1560357c4b9c9bd5 /README.md
Big Bang
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..f138b07
--- /dev/null
+++ b/README.md
@@ -0,0 +1,12 @@
+### Markov Chains
+
+This is a simple implementation of markov chains
+
+### Build
+
+To build use
+``` ./build.sh ```
+to build and run use
+``` ./build.sh run ```
+
+See the build.sh file for more info