Skip to content

Latest commit

 

History

History
34 lines (14 loc) · 943 Bytes

10-conclusion.adoc

File metadata and controls

34 lines (14 loc) · 943 Bytes

Conclusion

It is time to conclude this tutorial. Hopefully this has been useful to you, and you managed to make your first steps in programming and/or the Nim programming language.

These have only been the basics and we’ve only scratched the surface, but this should be enough to enable you to make simple programs and solve some simple tasks or puzzles. Nim has a lot more to offer, and hopefully you will continue to explore its possibilities.

Next steps

If you want to continue learning from Nim tutorials:

If you want to solve some programming puzzles:

  • Advent of Code: Series of interesting puzzles released every December. Archive of old puzzles (from 2015 onwards) is available.

  • Project Euler: Mostly mathematical tasks.

 

Happy coding!