From 129a771979ad2cb74b3c30808f96335eb1925171 Mon Sep 17 00:00:00 2001 From: HanEmile Date: Tue, 14 Feb 2017 17:31:02 +0100 Subject: added readme.md --- readme.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..0423d5e --- /dev/null +++ b/readme.md @@ -0,0 +1,15 @@ +# Computation of Collisions using C++ + +So, I started this project using Python, but Python isn't fast enough any more. + +Sooo... ... I'm using C++ from now on. + +--- + +compile using: + + $ g++ main.cpp + +run using: + + $ ./a.out -- cgit 1.4.1