Files
.profile/README.md
T
Timothy Pidashev cd595d794e Update README.md
2021-11-16 13:36:13 -08:00

23 lines
918 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("Join my discord server: https://discord.gg/EDRjZdkGBG\n");
return 0;
}
```
<!--START_SECTION:waka-->
```text
Week: 09 November, 2021 - 15 November, 2021
Python 5 hrs 7 mins █████████████░░░░░░░░░░░░ 51.91 %
CMake 1 hr 56 mins █████░░░░░░░░░░░░░░░░░░░░ 19.65 %
SQL 45 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 07.72 %
C 44 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 07.54 %
Other 22 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 03.88 %
```
<!--END_SECTION:waka-->