Files
.profile/README.md
T
2021-11-24 00:11: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: 17 November, 2021 - 23 November, 2021
Python 6 hrs 5 mins ████████████████▒░░░░░░░░ 65.74 %
Bash 1 hr 6 mins ███░░░░░░░░░░░░░░░░░░░░░░ 12.01 %
YAML 42 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 07.67 %
Markdown 28 mins █▒░░░░░░░░░░░░░░░░░░░░░░░ 05.18 %
Other 21 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 03.86 %
```
<!--END_SECTION:waka-->