mirror of
https://github.com/timmypidashev/timmypidashev.git
synced 2026-06-03 16:24:38 +00:00
Update index.js
This commit is contained in:
@@ -15,16 +15,21 @@ function generateProgressBar() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const readme = `\
|
const readme = `\
|
||||||
### Hi there 👋
|
|
||||||
- :adult: My name is Timothy Pidashev! I am a 17 year old striving to learn anything and everything about software development!
|
```c
|
||||||
- :evergreen_tree: Experienced in C#, Python, Java, and Javascript
|
#include <stdio.h>
|
||||||
- 👯 Open to collaborating on projects
|
|
||||||
- ✨ [Join my Discord server](https://discord.gg/EDRjZdkGBG)
|
int main(){
|
||||||
|
printf("My name is Timothy Pidashev! I am a 17 year on an epic journey to become a software developer!");
|
||||||
|
printf("Experienced in C, Python, Java, and Javascript")
|
||||||
|
printf("Join my discord server: https://discord.gg/EDRjZdkGBG");
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
<!--START_SECTION:waka-->
|
<!--START_SECTION:waka-->
|
||||||
```text
|
|
||||||
No Activity tracked this Week
|
|
||||||
```
|
|
||||||
<!--END_SECTION:waka-->
|
<!--END_SECTION:waka-->
|
||||||
|
|
||||||
`
|
`
|
||||||
console.log(readme)
|
console.log(readme)
|
||||||
|
|||||||
Reference in New Issue
Block a user