So I created a program, to copy itself.

Published 2023-02-22
Yes. I wrote a program to program hello world, and now I wrote a program to program itself.

All Comments (3)
  • @tips1483
    Cool video! One thing I would highly recommend is segmenting your code into functions to do different tasks! Generally speaking where each of your comments in this code are would be a perfect place to replace with a function. Note I'm not saying wherever there is a comment you should use a function instead but rather where the heading of your comments are e.g. the comment #CopyCode