Files
.profile/README.md
T
2021-11-25 00:11:16 +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: 18 November, 2021 - 24 November, 2021
Python 5 hrs 50 mins ████████████████▒░░░░░░░░ 65.14 %
Bash 1 hr 7 mins ███░░░░░░░░░░░░░░░░░░░░░░ 12.56 %
YAML 42 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 07.91 %
Markdown 28 mins █▒░░░░░░░░░░░░░░░░░░░░░░░ 05.32 %
Other 21 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 03.96 %
```
<!--END_SECTION:waka-->