Files
.profile/README.md
T
2021-11-17 01:01:04 +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: 10 November, 2021 - 16 November, 2021
Python 6 hrs 1 min ███████████████░░░░░░░░░░ 60.06 %
CMake 1 hr 56 mins ████▓░░░░░░░░░░░░░░░░░░░░ 19.33 %
SQL 38 mins █▓░░░░░░░░░░░░░░░░░░░░░░░ 06.48 %
C 35 mins █▒░░░░░░░░░░░░░░░░░░░░░░░ 05.86 %
Other 23 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 03.89 %
```
<!--END_SECTION:waka-->