Skip to content
View sponkurtus2's full-sized avatar
💭
Coding from home
💭
Coding from home

Sponsoring

@neovim

Highlights

  • Pro

Block or report sponkurtus2

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
sponkurtus2/README.md

👋 Hello! I'm Carlos 🐧

Future Software Engineer, and Linux enjoyer.

I like reading, music, matcha, biking and cats.

"sometimes we all need to "sudo pacman -Syu"

struct Carlinux {
   name: String,
   hobbies: Vec<String>,
   happy: bool,
   location: String,
}

impl Carlinux {
   fn currently_doing() {
       println!("Living the moment ^^");
   }

   fn name(&mut self) {
       self.name = "Carlos".to_string();
   }

   fn hobbies(&mut self) {
       let hobbies: Vec<String> = vec![
           "Programming".to_string(),
           "Excercise".to_string(),
           "Walking".to_string(),
           "Playing".to_string(),
           "Reading".to_string(),
           "Writing".to_string(),
       ];
       self.hobbies = hobbies;
   }

   fn happy(&mut self) {
       self.happy = true;
   }

   fn location(&mut self) {
       self.location = "México".to_string();
   }
}

Top Skills ^^

Java Golang Rust !#/bin/bash Laravel

MySQL Linux Git HTML5 Docker Spring Boot Vue.js

Popular repositories Loading

  1. angelic.nvim angelic.nvim Public

    Forked from datsfilipe/vesper.nvim

    Port of the Vesper theme, but with more pink/purple colors.

    Lua 20 1

  2. Raifus Raifus Public

    A rust terminal app to have a mini ascii waifu as decoration

    Rust 5 1

  3. dotfilesL dotfilesL Public

    HTML 5

  4. appInstalleR appInstalleR Public

    Simple .AppImage installer made in Rust.

    Rust 5

  5. GemFetch GemFetch Public

    A fetch based on a Gem 💎

    Rust 2

  6. instantechihuahua instantechihuahua Public

    Astro 2