1
const name = "SOUMYADIP MONI"
2
3
let age =
4
5
let current_location = "Bhubaneswar, India"
6
7
let about_me = r#"Most of the things you want to know about me (maybe??) I am soumyadip (also called moni) aka AvaterClasher on the web. I'm a 20 y/o student, a self taught programmer, and a web developer. I also use Arch, Rust and a ton of other things BTW. In fact the way this text has been written is in the raw string literal format of rust. Other than coding I like to play games and read light novels. I love RPG's the game I currently play the most is Path Of Exile. I dont talk much anywhere else. If you have any questions or comments, please feel free to reach out to me on any one of social links here. Thanks for reading!"#
8