• Nice to meet you :D Welcome. Maciej here. On this blog I am going to post my thoughts about different things concerning programming. One day it might be a post about Advent of Code solution. The other day I might tackle some C++ weird behaviour - basically just having fun with my hobby. I hope you will have a lot of fun reading my blog. Stay tuned!
def welcome():
    print("Hello at Maciej's Blog!")
welcome()