Files
.profile/README.md
T
2021-12-02 00:11:17 +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: 25 November, 2021 - 01 December, 2021
Python 9 hrs 40 mins ████████████████████▒░░░░ 81.45 %
SQL 40 mins █▒░░░░░░░░░░░░░░░░░░░░░░░ 05.65 %
Docker 33 mins █▒░░░░░░░░░░░░░░░░░░░░░░░ 04.70 %
Bash 23 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 03.36 %
Text 16 mins ▓░░░░░░░░░░░░░░░░░░░░░░░░ 02.34 %
```
<!--END_SECTION:waka-->