class Discription
{
char name {"chandra shekar"};
char Detial(){
return {
"I am currently a student
pursuing B.Tech CSE
",
};
}
char myhobbies(){
return{
"Playing video games",
"Watching Movies/Anime"
};
}
char favEditor(){return "Neovim";}
char interests(){
return {
"C/C++",
"Low Level Systems"
};
}
}
Highlights
- Pro
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.