Files
.profile/README.md
T
2021-09-20 01:03:06 +00:00

24 lines
1004 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");
return 0;
}
```
<!--START_SECTION:waka-->
```text
Week: 13 September, 2021 - 19 September, 2021
HTML 52 mins ██████████████▓░░░░░░░░░░ 58.52 %
C++ 18 mins █████▒░░░░░░░░░░░░░░░░░░░ 21.21 %
CMake 12 mins ███▒░░░░░░░░░░░░░░░░░░░░░ 13.99 %
Objective-C 2 mins ▓░░░░░░░░░░░░░░░░░░░░░░░░ 03.10 %
Git Config 1 min ▒░░░░░░░░░░░░░░░░░░░░░░░░ 01.74 %
```
<!--END_SECTION:waka-->