Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add macb's script #3140

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
-GitHub: https://github.com/KariSims

#### Name: [ALEX MARRUJO](https://github.com/marrujoalex)

- Place: California
- Bio: Software Developer
- GitHub: [Alex Marrujo](https://github.com/marrujoalex)
Expand Down Expand Up @@ -2831,7 +2832,6 @@
- Bio: Second Year undergrad pursuing B.tech in Electronics and communication Engineering
- GitHub: [adityasays](https://github.com/adityasays)


#### Name: [Koduri Mohan](https://github.com/kodurimohan)

- Place: Chennai, Tamil Nadu, India
Expand All @@ -2850,3 +2850,8 @@
- Bio: Third Year undergrad pursuing B.tech in Electronics and communication Engineering
- GitHub: [op-amateur](https://github.com/op-amateur)

#### Name: [MacbClarke](https://github.com/MacbClarke)

- Place: Suzhou, China
- Bio: Explorer, always on the lookout for the next fun fact.
- GitHub: [MacbClarke](https://github.com/MacbClarke)
22 changes: 22 additions & 0 deletions profiles/Macb_Clarke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# MacbClarke

### Location

Suzhou, China

### Interests

- Coding
- Video Games
- Cycling

### Skills

- HTML/CSS/JS/Nodejs
- Java
- Python
- Rust(Still learning but i love it)

### Profile Link

[MacbClarke](https://github.com/MacbClarke)
9 changes: 9 additions & 0 deletions scripts/hello_word_macb_clarke.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// LANGUAGE: Rust
// ENV: rustc
// AUTHOR: MacbClarke
// GITHUB: https://github.com/MacbClarke

fn main() {
println!("Hello World!");
println!("Hello Hacktoberfest!");
}
Loading