From 54ebbb6035205331481716039abef482b310ae2a Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Sun, 20 Oct 2019 11:02:41 -0400 Subject: added readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index e69de29..5ebf6ab 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,11 @@ +# Topic: Distributed Systems Integrity and Correctness + +This repository comprises work and planning for Holden Rohrer, Holden Watson, and Nithya Jayakumar's Final Project for Applied Combinatorics in the Fall 2019 semester, taught by Galyna Livshyts. + +## Structure + +TeX documents are used to create written documents and should be compiled with `pdftex` in the main directory, as provided by your software distributor (e.g. MacTeX or TeX Live). Example: + +`` +pdftex main.tex +`` -- cgit