Update index.js

This commit is contained in:
Timothy Pidashev
2021-09-07 15:21:34 -07:00
committed by GitHub
parent e64003f820
commit f8db033728
+13 -8
View File
@@ -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)