Greetings, tech enthusiasts! I'm DwosCloud, an undergrad pursuing Computer Science and Engineering. A full-stack developer extraordinaire, with expertise in blue and red hat hacking techniques.
1 #About me
2 name = "DwosCloud"
3 job = "BTech CSE Core"
4 hobby = "Red Teaming"
5 fav_lang = "Go Lang"
6
7 print(f"Hi there ! I'm {name}. I'm a
8 {job} who {hobby} as a hobby
9 with my favourite language
10
{fav_lang}")11
12 |