Files
.profile/README.md
T
2021-11-27 00:10:39 +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: 20 November, 2021 - 26 November, 2021
Python 7 hrs 21 mins ██████████████████████░░░ 87.65 %
SQL 24 mins █▒░░░░░░░░░░░░░░░░░░░░░░░ 04.88 %
Bash 15 mins ▓░░░░░░░░░░░░░░░░░░░░░░░░ 03.14 %
JSON 9 mins ▒░░░░░░░░░░░░░░░░░░░░░░░░ 01.88 %
Other 7 mins ▒░░░░░░░░░░░░░░░░░░░░░░░░ 01.48 %
```
<!--END_SECTION:waka-->