💻 Palestinian from Gaza, passionate programmer and developer who codes anything that comes to mind.
⚡ Fast learner, always improving, loves Rust, Linux (especially Ubuntu & Arch).
🛠️ I build, break, and rebuild until it feels right, just code.
pub fn about() {
println!("love programming");
println!("I use Arch btw");
println!("Free Palestine🇵🇸");
}
fn main() {
about();
}