Files
.profile/README.md
T
2021-11-11 01:02:04 +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: 04 November, 2021 - 10 November, 2021
Python 6 hrs 11 mins ████████████▓░░░░░░░░░░░░ 50.86 %
JavaScript 1 hr 37 mins ███▒░░░░░░░░░░░░░░░░░░░░░ 13.37 %
CMake 59 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 08.10 %
HTML 56 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 07.80 %
Other 35 mins █▒░░░░░░░░░░░░░░░░░░░░░░░ 04.85 %
```
<!--END_SECTION:waka-->