Files
.profile/README.md
T
Timothy Pidashev 0ee7c52a72 Update README.md
2021-09-07 15:25:01 -07:00

15 lines
362 B
Markdown

```c
#include <stdio.h>
int main(){
printf("My name is Timothy Pidashev!\n");
printf("I am a 17 year on an epic journey to become a software developer!\n");
printf("Experienced in C, Python, Java, and Javascript\n")
printf("Join my discord server: https://discord.gg/EDRjZdkGBG\n");
return 0;
}
```
<!--START_SECTION:waka-->
<!--END_SECTION:waka-->