Files
.profile/README.md
T
Timothy Pidashev 73886f870b Update README.md
2021-12-26 19:18:49 -08:00

23 lines
916 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");
return 0;
}
```
<!--START_SECTION:waka-->
```text
Week: 20 December, 2021 - 26 December, 2021
Python 22 hrs 14 mins ████████████████████▓░░░░ 82.00 %
SQL 1 hr 57 mins █▓░░░░░░░░░░░░░░░░░░░░░░░ 07.19 %
Docker 1 hr 18 mins █▒░░░░░░░░░░░░░░░░░░░░░░░ 04.84 %
Bash 56 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 03.50 %
Other 18 mins ▒░░░░░░░░░░░░░░░░░░░░░░░░ 01.12 %
```
<!--END_SECTION:waka-->