Lucky’s first posty post
If you’re reading this this means I’ve decided to start putting my random thoughts/findings on digital paper.
looks like i can stick some code here too, gonna be useful for future
int apples = 3;
string nerd = "Timmy";
for(int i=0;i<apples;i++){
giveApples(nerd, i);
};
Stay tuned for more nonsense.