pub struct Praneeth {
pub alias: String,
pub status: String,
pub languages: Vec<String>,
}
impl Praneeth {
pub fn new() -> Self {
Self {
alias: "PraneethV-cmd".to_string(),
status: "@AVV'26, CSE".to_string(),
link: "bananameatpatty.vercel.app".to_string(),
languages: vec![
"C++".to_string(),
"Python".to_string(),
"Go".to_string(),
"Haskell".to_string(),
"rust".to_string(),
],
}
}
pub fn now(&self) {
prtinln!("Locked in and geeked up!");
}
}
🌐
Pinned Loading
-
novus-shell
novus-shell PublicSimple implementation of POSIX compliant shell that interprests some simple commands
Rust
-
hash-nimbus
hash-nimbus PublicDistributed Key-Value store with from scratch implementation of the RAFT consensus protocol.
Go 1
-
-
Dungeon-Generation
Dungeon-Generation PublicList of algiorithm and different methods to generate dungeons
C++
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.

