Files
.profile/README.md
T
2021-11-20 01:00:37 +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: 13 November, 2021 - 19 November, 2021
Python 4 hrs 41 mins ████████████░░░░░░░░░░░░░ 47.69 %
CMake 1 hr 56 mins █████░░░░░░░░░░░░░░░░░░░░ 19.71 %
Bash 55 mins ██▒░░░░░░░░░░░░░░░░░░░░░░ 09.34 %
YAML 40 mins █▓░░░░░░░░░░░░░░░░░░░░░░░ 06.92 %
C 35 mins █▒░░░░░░░░░░░░░░░░░░░░░░░ 05.97 %
```
<!--END_SECTION:waka-->