Files
.profile/README.md
T
2021-11-19 01:01:57 +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: 12 November, 2021 - 18 November, 2021
Python 3 hrs 42 mins ████████████▓░░░░░░░░░░░░ 50.47 %
CMake 1 hr 56 mins ██████▓░░░░░░░░░░░░░░░░░░ 26.43 %
YAML 38 mins ██▒░░░░░░░░░░░░░░░░░░░░░░ 08.83 %
C 35 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 08.01 %
Other 11 mins ▓░░░░░░░░░░░░░░░░░░░░░░░░ 02.54 %
```
<!--END_SECTION:waka-->