Skip to content

parrothacker1/parrothacker1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

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 @

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages