Skip to content
View spicylemonade's full-sized avatar
🕶️
learning
🕶️
learning
Block or Report

Block or report spicylemonade

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
spicylemonade/README.md

Header

Hello, I'm Geby!

🧪 About me

  • 🏫 Currently a Senior at Duval highschool md
  • ♟️ programming captain of my frc robotics team
  • 🎯 I mostly do low-level/system development or backend
  • 🕯️ other intrests include mathematics , robotics, and aliens 👽

Gmail Discord Twitter

Languages I use

Rust C Bash Go Haskell JavaScript

Utilities 🔧

Linux MongoDB Git RaspberryPi Godot

fn main(){
//..

  let bug_count: i8 = count_errors(my_code);

}
  
  >>error[E0308]: mismatched types
  --> src/main.rs:77:30
   |
77 |     let bug_count: i8 = count_errors(my_code);
   |                              ^^^ expected `i8`, found `i32`

Pinned

  1. punch punch Public

    file and folder management written in rust

    Rust 4 4

  2. FRCsim FRCsim Public

    frc 2022 simulation, with editable code and objects.

    C# 1