summary refs log blame commit diff stats
path: root/lib/prelude.nim
blob: e8f21fc99cb5aea0636ce520a6aa3c68b1b3edd3 (plain) (tree)
1
2
3
4
5
6
7
8
9

 
                                  
                                         




                                                   








                                                                      
                                                                                     
 
                                                                                
#
#
#            Nim's Runtime Library
#        (c) Copyright 2012 Andreas Rumpf
#
#    See the file "copying.txt", included in this
#    distribution, for details about the copyright.
#

## This is an include file that simply imports common modules for your
## convenience:
##
## .. code-block:: nim
##   include prelude
##
## Same as:
##
## .. code-block:: nim
##   import os, strutils, times, parseutils, hashes, tables, sets, sequtils, parseopt

import os, strutils, times, parseutils, hashes, tables, sets, sequtils, parseopt