Files
.profile/README.md
T
2021-10-31 01:04:15 +00:00

24 lines
987 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: 24 October, 2021 - 30 October, 2021
CMake 9 hrs 56 mins ████████████░░░░░░░░░░░░░ 47.65 %
C++ 6 hrs 45 mins ████████░░░░░░░░░░░░░░░░░ 32.37 %
Python 1 hr 39 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 07.93 %
Markdown 48 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 03.86 %
Other 35 mins ▓░░░░░░░░░░░░░░░░░░░░░░░░ 02.87 %
```
<!--END_SECTION:waka-->