Files
.profile/README.md
T
2021-11-28 00:12:19 +00:00

23 lines
918 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: 21 November, 2021 - 27 November, 2021
Python 6 hrs 47 mins ██████████████████████▓░░ 90.76 %
SQL 21 mins █▒░░░░░░░░░░░░░░░░░░░░░░░ 04.87 %
JSON 9 mins ▓░░░░░░░░░░░░░░░░░░░░░░░░ 02.10 %
Bash 5 mins ▒░░░░░░░░░░░░░░░░░░░░░░░░ 01.16 %
Other 1 min ░░░░░░░░░░░░░░░░░░░░░░░░░ 00.41 %
```
<!--END_SECTION:waka-->