Files
.profile/README.md
T
2021-12-09 00:11:28 +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: 02 December, 2021 - 08 December, 2021
Python 17 hrs 11 mins ███████████████████████░░ 92.09 %
Bash 21 mins ▒░░░░░░░░░░░░░░░░░░░░░░░░ 01.92 %
YAML 19 mins ▒░░░░░░░░░░░░░░░░░░░░░░░░ 01.72 %
Other 17 mins ▒░░░░░░░░░░░░░░░░░░░░░░░░ 01.53 %
Git Config 10 mins ▒░░░░░░░░░░░░░░░░░░░░░░░░ 00.91 %
```
<!--END_SECTION:waka-->