Files
.profile/README.md
T
2021-10-25 01:03:51 +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: 18 October, 2021 - 24 October, 2021
Markdown 47 mins ███████░░░░░░░░░░░░░░░░░░ 28.11 %
CMake 45 mins ██████▓░░░░░░░░░░░░░░░░░░ 26.45 %
C++ 27 mins ████░░░░░░░░░░░░░░░░░░░░░ 16.32 %
Other 21 mins ███▒░░░░░░░░░░░░░░░░░░░░░ 12.88 %
YAML 21 mins ███░░░░░░░░░░░░░░░░░░░░░░ 12.41 %
```
<!--END_SECTION:waka-->