• ⠀⠀⠀⠀⠀⠀⠀Keep it simple.

  • Joined on 2024-07-29

Typing SVG

img
  • 🌱 I'm currently learning {\color{lightblue}ReactJs \space \color{orange}SvelteJs\space \color{red}AstroJs}

Languages

arch-linux console python git javascript bash external-django-a-high-level-python-web-framework-that-encourages-rapid-development-logo-bold-tal-revivo crab css3 html-5--v1 lua-language

Skills

💊 wanna learn Rustlang

pub struct Iter;
static mut COUNT: u8 = 0;
impl Iterator for Iter {
    type Item = u8;
    fn next(&mut self) -> Option<Self::Item> {
        unsafe {
            match COUNT {
                0..=15 => {
                    COUNT += 1;
                    Some(COUNT)
                } _ => None, }
        }
    }
}
fn main() {
    Iter.for_each(|_| println! {"Hello, World"})
}

💊 wanna learn Rustlang