I'm Nahid, a passionate student who currently focused on Cybersecurity stuff. Other than that, I also interested in Web Development and Open Source stuff. I love to learn new things and always open to new opportunities.
My hobbies are playing games (random), watching anime & movies/series, and sometimes tinkering with random stuff like coding & reverse engineering (I love doing this a lot).
People who visit my profile :3
Please Contact me on Telegram for a quick response: Nahid
You can also email me here:
#include <stdio.h>
void email() {
puts("fumioryoto@gmail.com");
}
int main () {
email();
return 0;
}


