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

24 lines
999 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: 07 November, 2021 - 13 November, 2021
Python 6 hrs 49 mins ████████████░░░░░░░░░░░░░ 47.37 %
CMake 2 hrs 44 mins ████▓░░░░░░░░░░░░░░░░░░░░ 18.97 %
JavaScript 56 mins █▓░░░░░░░░░░░░░░░░░░░░░░░ 06.58 %
C 52 mins █▓░░░░░░░░░░░░░░░░░░░░░░░ 06.03 %
SQL 51 mins █▓░░░░░░░░░░░░░░░░░░░░░░░ 06.01 %
```
<!--END_SECTION:waka-->