Files
.profile/README.md
T
2021-11-12 01:02:36 +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: 05 November, 2021 - 11 November, 2021
Python 8 hrs 27 mins █████████████▓░░░░░░░░░░░ 54.56 %
JavaScript 1 hr 37 mins ██▓░░░░░░░░░░░░░░░░░░░░░░ 10.50 %
CMake 59 mins █▓░░░░░░░░░░░░░░░░░░░░░░░ 06.37 %
HTML 56 mins █▓░░░░░░░░░░░░░░░░░░░░░░░ 06.13 %
SQL 51 mins █▒░░░░░░░░░░░░░░░░░░░░░░░ 05.59 %
```
<!--END_SECTION:waka-->