Files
.profile/README.md
T
2021-12-20 01:06:22 +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: 13 December, 2021 - 19 December, 2021
Python 13 hrs 16 mins ████████████████████░░░░░ 79.51 %
SQL 1 hr 29 mins ██▒░░░░░░░░░░░░░░░░░░░░░░ 08.96 %
Other 44 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 04.45 %
JavaScript 29 mins ▓░░░░░░░░░░░░░░░░░░░░░░░░ 02.95 %
YAML 24 mins ▓░░░░░░░░░░░░░░░░░░░░░░░░ 02.43 %
```
<!--END_SECTION:waka-->