From ce87f2700271cee2d05ba5372193c82b17a699ef Mon Sep 17 00:00:00 2001 From: MacbClarke Date: Tue, 8 Oct 2024 09:30:21 +0800 Subject: [PATCH 1/3] add macb's profile page --- profiles/Macb_Clarke.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 profiles/Macb_Clarke.md diff --git a/profiles/Macb_Clarke.md b/profiles/Macb_Clarke.md new file mode 100644 index 000000000..ef38b23be --- /dev/null +++ b/profiles/Macb_Clarke.md @@ -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) From 3c05bd12cd36e2053073c4cf6b7b22edc8916f55 Mon Sep 17 00:00:00 2001 From: MacbClarke Date: Tue, 8 Oct 2024 09:38:34 +0800 Subject: [PATCH 2/3] add macb's name --- CONTRIBUTING.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b7b0c41a5..e742b2715 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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) @@ -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 @@ -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) From 5515168008dbf8d006b94c0e5f2e51cbc7879b52 Mon Sep 17 00:00:00 2001 From: MacbClarke Date: Tue, 8 Oct 2024 09:43:27 +0800 Subject: [PATCH 3/3] add macb's script --- scripts/hello_word_macb_clarke.rs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 scripts/hello_word_macb_clarke.rs diff --git a/scripts/hello_word_macb_clarke.rs b/scripts/hello_word_macb_clarke.rs new file mode 100644 index 000000000..d940352bb --- /dev/null +++ b/scripts/hello_word_macb_clarke.rs @@ -0,0 +1,9 @@ +// LANGUAGE: Rust +// ENV: rustc +// AUTHOR: MacbClarke +// GITHUB: https://github.com/MacbClarke + +fn main() { + println!("Hello World!"); + println!("Hello Hacktoberfest!"); +}