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

23 lines
861 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: 11 October, 2021 - 17 October, 2021
CSS 23 mins ██████████▓░░░░░░░░░░░░░░ 42.47 %
HTML 19 mins █████████░░░░░░░░░░░░░░░░ 35.84 %
CMake 8 mins ████░░░░░░░░░░░░░░░░░░░░░ 16.15 %
C++ 3 mins █▒░░░░░░░░░░░░░░░░░░░░░░░ 05.55 %
```
<!--END_SECTION:waka-->