Files
.profile/README.md
T
2021-11-30 00:11:33 +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: 23 November, 2021 - 29 November, 2021
Python 8 hrs 10 mins ████████████████████▓░░░░ 82.43 %
Docker 33 mins █▒░░░░░░░░░░░░░░░░░░░░░░░ 05.64 %
Bash 20 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 03.52 %
Text 16 mins ▓░░░░░░░░░░░░░░░░░░░░░░░░ 02.79 %
SQL 15 mins ▓░░░░░░░░░░░░░░░░░░░░░░░░ 02.57 %
```
<!--END_SECTION:waka-->