Files
.profile/README.md
T
2021-12-19 00:13:01 +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: 12 December, 2021 - 18 December, 2021
Python 13 hrs 16 mins ████████████████████▒░░░░ 81.97 %
SQL 1 hr 29 mins ██▒░░░░░░░░░░░░░░░░░░░░░░ 09.23 %
Other 44 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 04.59 %
YAML 24 mins ▓░░░░░░░░░░░░░░░░░░░░░░░░ 02.51 %
Git Config 11 mins ▒░░░░░░░░░░░░░░░░░░░░░░░░ 01.13 %
```
<!--END_SECTION:waka-->