Files
.profile/README.md
T
2021-10-05 01:01:42 +00:00

24 lines
979 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: 28 September, 2021 - 04 October, 2021
Python 4 hrs 53 mins █████████▓░░░░░░░░░░░░░░░ 39.11 %
CMake 2 hrs 20 mins ████▓░░░░░░░░░░░░░░░░░░░░ 18.71 %
C++ 2 hrs 13 mins ████▒░░░░░░░░░░░░░░░░░░░░ 17.81 %
HTML 1 hr 8 mins ██▒░░░░░░░░░░░░░░░░░░░░░░ 09.11 %
CSS 1 hr 7 mins ██▒░░░░░░░░░░░░░░░░░░░░░░ 09.06 %
```
<!--END_SECTION:waka-->