Files
.profile/README.md
T
2021-12-23 00:12:42 +00:00

23 lines
938 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: 16 December, 2021 - 22 December, 2021
Python 21 hrs 50 mins ███████████████████▓░░░░░ 78.61 %
SQL 2 hrs 20 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 08.44 %
Docker 1 hr 18 mins █▒░░░░░░░░░░░░░░░░░░░░░░░ 04.72 %
Other 1 hr 2 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 03.74 %
JavaScript 29 mins ▒░░░░░░░░░░░░░░░░░░░░░░░░ 01.78 %
```
<!--END_SECTION:waka-->