Files
.profile/README.md
T
2021-10-30 00:58:46 +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: 23 October, 2021 - 29 October, 2021
CMake 7 hrs 58 mins ███████████░░░░░░░░░░░░░░ 44.35 %
C++ 5 hrs 56 mins ████████▒░░░░░░░░░░░░░░░░ 33.02 %
Python 1 hr 39 mins ██▒░░░░░░░░░░░░░░░░░░░░░░ 09.21 %
Markdown 47 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 04.44 %
Other 44 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 04.13 %
```
<!--END_SECTION:waka-->