Files
.profile/README.md
T
2021-11-10 01:01:03 +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: 03 November, 2021 - 09 November, 2021
Python 4 hrs 11 mins ██████████░░░░░░░░░░░░░░░ 39.41 %
JavaScript 1 hr 49 mins ████▒░░░░░░░░░░░░░░░░░░░░ 17.24 %
CMake 59 mins ██▒░░░░░░░░░░░░░░░░░░░░░░ 09.28 %
HTML 56 mins ██▒░░░░░░░░░░░░░░░░░░░░░░ 08.93 %
JSON 41 mins █▓░░░░░░░░░░░░░░░░░░░░░░░ 06.49 %
```
<!--END_SECTION:waka-->