Files
.profile/README.md
T
2021-12-18 00:11:32 +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: 11 December, 2021 - 17 December, 2021
Python 7 hrs 50 mins █████████████████▓░░░░░░░ 70.02 %
SQL 1 hr 30 mins ███▒░░░░░░░░░░░░░░░░░░░░░ 13.44 %
Other 44 mins █▓░░░░░░░░░░░░░░░░░░░░░░░ 06.62 %
YAML 44 mins █▓░░░░░░░░░░░░░░░░░░░░░░░ 06.57 %
Git Config 11 mins ▒░░░░░░░░░░░░░░░░░░░░░░░░ 01.65 %
```
<!--END_SECTION:waka-->