Skip to content
View messycode0's full-sized avatar
🤖
working and abanding projects
🤖
working and abanding projects
Block or Report

Block or report messycode0

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

Messycode

Or known as Jacob O'Brien

use std::io;

fn main() {
    println!("Hello, Random perosn on that Interwebs!");

    let mut name = String::new();
    stdin().read_line(&mut name).expect("Failed to read line");
    println!("Hello, {}!", name);

    if name == "Bon" || name == "Immaculata" || name == "Xan" {
        println!("What you doing here :O");
    }
}

I am Roman Catholic ✝️

I love working on projects becasue most of the time I need ideas

I am a self taught programmer and I am still learning

languages I sorta know

Rust       (amazing)
Python3    (fun and easy)
C          (its a language)
C++        (its a language ++)
Lua        (I dont use it much)
Java       (classes)

Socals

I could get fancy logos for this... but you get this :D

Pinned

  1. Glassware-corporation/Glassware-launcher Glassware-corporation/Glassware-launcher Public archive

    a Launcher with mostly all my production programs.

    C++ 1