Files
.profile/README.md
T
2021-12-21 01:07:58 +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: 14 December, 2021 - 20 December, 2021
Python 15 hrs 35 mins █████████████████████▒░░░ 84.87 %
Other 1 hr █▒░░░░░░░░░░░░░░░░░░░░░░░ 05.46 %
SQL 57 mins █▒░░░░░░░░░░░░░░░░░░░░░░░ 05.22 %
JavaScript 29 mins ▓░░░░░░░░░░░░░░░░░░░░░░░░ 02.69 %
Git Config 16 mins ▒░░░░░░░░░░░░░░░░░░░░░░░░ 01.51 %
```
<!--END_SECTION:waka-->