Files
.profile/README.md
T
2021-12-01 00:12:39 +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: 24 November, 2021 - 30 November, 2021
Python 8 hrs 48 mins ████████████████████░░░░░ 80.19 %
SQL 38 mins █▒░░░░░░░░░░░░░░░░░░░░░░░ 05.81 %
Docker 33 mins █▒░░░░░░░░░░░░░░░░░░░░░░░ 05.09 %
Bash 23 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 03.62 %
Text 16 mins ▓░░░░░░░░░░░░░░░░░░░░░░░░ 02.53 %
```
<!--END_SECTION:waka-->