Files
.profile/README.md
T
2021-11-29 00:11:17 +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: 22 November, 2021 - 28 November, 2021
Python 8 hrs ███████████████████████▓░ 94.58 %
SQL 15 mins ▓░░░░░░░░░░░░░░░░░░░░░░░░ 03.01 %
YAML 6 mins ▒░░░░░░░░░░░░░░░░░░░░░░░░ 01.35 %
Bash 2 mins ░░░░░░░░░░░░░░░░░░░░░░░░░ 00.46 %
Git Config 1 min ░░░░░░░░░░░░░░░░░░░░░░░░░ 00.30 %
```
<!--END_SECTION:waka-->