prelude.nim 513 B

123456789101112131415161718192021222324
  1. #
  2. #
  3. # Nim's Runtime Library
  4. # (c) Copyright 2012 Andreas Rumpf
  5. #
  6. # See the file "copying.txt", included in this
  7. # distribution, for details about the copyright.
  8. #
  9. ## This is an include file that simply imports common modules for your
  10. ## convenience:
  11. ##
  12. ## .. code-block:: nim
  13. ## include prelude
  14. ##
  15. ## Same as:
  16. ##
  17. ## .. code-block:: nim
  18. ## import os, strutils, times, parseutils, parseopt, hashes, tables, sets
  19. import os, strutils, times, parseutils, parseopt, hashes, tables, sets