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

24 lines
998 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: 31 October, 2021 - 06 November, 2021
Python 4 hrs 46 mins ████████▒░░░░░░░░░░░░░░░░ 33.10 %
C++ 2 hrs 10 mins ███▓░░░░░░░░░░░░░░░░░░░░░ 15.11 %
JSON 2 hrs 2 mins ███▓░░░░░░░░░░░░░░░░░░░░░ 14.16 %
JavaScript 1 hr 21 mins ██▒░░░░░░░░░░░░░░░░░░░░░░ 09.39 %
HTML 1 hr 10 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 08.18 %
```
<!--END_SECTION:waka-->