Skip to content

Commit b6dd72b

Browse files
authored
create marlingit.md (#3690)
1 parent 39ecadb commit b6dd72b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

pages/vi/profiles/marlingit.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Marlin Spears
2+
- **Location:** I live on the East Coast. [The time for me](https://www.worldtimebuddy.com/pst-to-est-converter)
3+
- **OS:** I like to jump between Windows 11 24H2, Ubuntu 24.04.2 LTS, and MacOS Sequoia 15.6
4+
## About Me
5+
Hey all!
6+
I am a recent graduate in Computer Engineering and I love application design and full-stack development. I really enjoy creating apps that people will use.
7+
I have background in C/C++ and Python. I have taken the last year to teach myself web development and pride myself in making vibrant and interactive websites.
8+
### My favorite language?
9+
```typescript
10+
function favLanguage(): void {
11+
const lang: string = "TypeScript";
12+
console.log(lang);
13+
}
14+
```
15+
### Currently Learning
16+
```rust
17+
pub fn currently_learning() {
18+
let lang: String = String::from("Rust");
19+
println!("{lang}");
20+
}
21+
```

0 commit comments

Comments
 (0)