Files
.profile/README.md
T
2021-11-06 00:58:50 +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: 30 October, 2021 - 05 November, 2021
Python 3 hrs 21 mins ██████░░░░░░░░░░░░░░░░░░░ 23.57 %
C++ 2 hrs 59 mins █████▒░░░░░░░░░░░░░░░░░░░ 20.98 %
CMake 2 hrs 40 mins ████▓░░░░░░░░░░░░░░░░░░░░ 18.81 %
JSON 1 hr 58 mins ███▒░░░░░░░░░░░░░░░░░░░░░ 13.83 %
JavaScript 40 mins █▒░░░░░░░░░░░░░░░░░░░░░░░ 04.74 %
```
<!--END_SECTION:waka-->