Files
.profile/README.md
T
2021-11-01 01:03:23 +00:00

24 lines
977 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("Experienced in C, Python, Java, and Javascript\n")
printf("Join my discord server: https://discord.gg/EDRjZdkGBG\n");
return 0;
}
```
<!--START_SECTION:waka-->
```text
Week: 25 October, 2021 - 31 October, 2021
CMake 9 hrs 17 mins ██████████▓░░░░░░░░░░░░░░ 43.09 %
C++ 6 hrs 24 mins ███████▒░░░░░░░░░░░░░░░░░ 29.70 %
Python 3 hrs 13 mins ███▓░░░░░░░░░░░░░░░░░░░░░ 14.94 %
C 49 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 03.82 %
Other 44 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 03.45 %
```
<!--END_SECTION:waka-->