(VLOG?) I've made another Megaman 2 Password Generator in C
I just want to share this with you guys. I know, a bit of unexpected type of content.
It is no secret that Megaman 2 Password Algorithm was already discovered back then, and you can even find tons of Password Generator all over the internet. And here I am, written my own version in C Language using the existing algorithm... although I use scanf() to get input, which can complicate things when you accidentally wrote a letter.
Maybe I should move forward and learn C again. I just couldn't find a good reason to keep learning C Language, that might be why I couldn't get into Pointers which is the crucial part of C Language.
#c4kadalmen
Source Code : https://raw.githubusercontent.com/C4KadalMen/c4codingjourney/main/02-C_Language_Megaman_2_PassGen/input.c