From 39161cf246aa2b34c7c02ebb6c88da3776979670 Mon Sep 17 00:00:00 2001 From: kartofen Date: Tue, 23 Aug 2022 20:45:56 +0300 Subject: Big Bang --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 -- cgit v1.2.3