Skip to content
View parrothacker1's full-sized avatar
๐Ÿ’ญ
I may be slow to respond.
๐Ÿ’ญ
I may be slow to respond.
Block or Report

Block or report parrothacker1

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

Well Hello There ๐Ÿ‘‹

I'm the h4ck3r@parrot aka the parrothacker1
๐Ÿ˜ˆ

src/skill.rs
use serde_json::json;

pub fn skills() {
    let out=json!({
"skills":["Bash","Rust",
          "Java","HTML","CSS",
          "Javascript","MongoDB",
          "MySQL","PostgresSQL",
          "Python"]
});   
    println!("{:?}",out["skills"]);
}
src/main.rs
#[path="./skill.rs"] mod skill;
fn main() {
      skill::skills();
}

Well Contact Me @

Pinned

  1. rust-metasploit rust-metasploit Public

    Rust 12 2

  2. parrothacker1.github.io parrothacker1.github.io Public

    JavaScript 1

  3. sm-m326-ds_kernel_source sm-m326-ds_kernel_source Public

    Kernel Source Code For sm-m326/ds(Samsung Galaxy M32)

    C