Files
.profile/README.md
T
2021-10-15 01:06:07 +00:00

24 lines
977 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: 08 October, 2021 - 14 October, 2021
CMake 3 hrs 49 mins ███████████████▒░░░░░░░░░ 61.31 %
C++ 1 hr 18 mins █████▒░░░░░░░░░░░░░░░░░░░ 20.92 %
HTML 27 mins █▓░░░░░░░░░░░░░░░░░░░░░░░ 07.25 %
CSS 23 mins █▓░░░░░░░░░░░░░░░░░░░░░░░ 06.27 %
Python 11 mins ▓░░░░░░░░░░░░░░░░░░░░░░░░ 02.95 %
```
<!--END_SECTION:waka-->