Files
.profile/README.md
T
2021-12-25 00:11:53 +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: 18 December, 2021 - 24 December, 2021
Python 26 hrs 54 mins █████████████████████░░░░ 84.50 %
SQL 1 hr 33 mins █▒░░░░░░░░░░░░░░░░░░░░░░░ 04.90 %
Docker 1 hr 18 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 04.12 %
Bash 53 mins ▓░░░░░░░░░░░░░░░░░░░░░░░░ 02.77 %
JavaScript 29 mins ▒░░░░░░░░░░░░░░░░░░░░░░░░ 01.55 %
```
<!--END_SECTION:waka-->