diff options
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/readme.txt b/readme.txt deleted file mode 100644 index 8c6f25b29..000000000 --- a/readme.txt +++ /dev/null @@ -1,18 +0,0 @@ -This package contains the Nim compiler, Nim's stdlib, tools and -documentation. - -Nim is a compiled, garbage-collected systems programming language which has -an excellent productivity/performance ratio. Nim's design focuses on -efficiency, expressiveness, elegance (in the order of priority). - -Read install.txt for instructions of how to build and install it. - -The compiler and the standard library are licensed under the MIT license, -except for some modules where the documentation suggests otherwise. This means -that you can use any license for your own programs developed with Nim, -allowing you to create commercial applications. - -Read copying.txt for more details. - -Copyright (c) 2006-2018 Andreas Rumpf. -All rights reserved. |