diff --git a/README.md b/README.md index 33997b531507cc114749be434ae37344eeaea266..f5406961b39e2505e77d248e13b48c7700ca5983 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -The code is written in nim and readily compiled to an algorithm.exe which will run on linux and windows alike. If you do not want to trust the exe, nim can be downloaded for free, and the algorithm can be compiled like "nim c algorithm.nim". \ No newline at end of file +The code is written in nim and readily compiled to an algorithm.exe which will run on linux and windows alike. If you do not want to trust the .exe, nim can be downloaded for free and the algorithm can be compiled with "nim c algorithm.nim".