Files
.profile/README.md
T
2021-12-03 00:11:22 +00: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: 26 November, 2021 - 02 December, 2021
Python 11 hrs 5 mins █████████████████████░░░░ 83.45 %
SQL 41 mins █▒░░░░░░░░░░░░░░░░░░░░░░░ 05.26 %
Docker 33 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 04.21 %
Bash 23 mins ▓░░░░░░░░░░░░░░░░░░░░░░░░ 02.92 %
Text 16 mins ▓░░░░░░░░░░░░░░░░░░░░░░░░ 02.09 %
```
<!--END_SECTION:waka-->