Files
.profile/README.md
T
2021-11-21 01:04:15 +00:00

23 lines
928 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 November, 2021 - 20 November, 2021
Python 5 hrs 15 mins ████████████████▒░░░░░░░░ 64.69 %
Bash 1 hr 5 mins ███▒░░░░░░░░░░░░░░░░░░░░░ 13.47 %
YAML 42 mins ██▒░░░░░░░░░░░░░░░░░░░░░░ 08.74 %
Markdown 28 mins █▒░░░░░░░░░░░░░░░░░░░░░░░ 05.91 %
Other 21 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 04.32 %
```
<!--END_SECTION:waka-->