I'm griphcode, a student that is fascinated by computers. I like how you can start with nothing and make it into a cool project that you can show to your other programmer friends ;) I like to use Neovim or Emacs or even Vscode as my code editor.
fn Griphcode() {
let age = 15;
let fav_food = "Sushi";
println!("Hello i am griphcode and my age is {}", age, fav_food);
}