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

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.

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
sponkurtus2/README.md

👋 Hello! I'm Carlos

I'm a currently studying to be a Software Engineer. Right now i'm learning Java. My dream is to live a peacefull life working in tech.

I like reading, listening to music, and drinking matcha 💚.

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

This is me...

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

MySQL Linux Git HTML5 LinkedIn Medium

Popular repositories Loading

  1. dotfilesL dotfilesL Public

    HTML 3

  2. command_line_rust_book command_line_rust_book Public

    Makefile 2

  3. GemFetch GemFetch Public

    A fetch based on a Gem 💎

    Rust 2

  4. sponkurtus2 sponkurtus2 Public

  5. Manejo-de-excepciones Manejo-de-excepciones Public

    Java

  6. LoveCalculator LoveCalculator Public

    Go