Files
.profile/README.md
T
2021-10-04 01:06:16 +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: 27 September, 2021 - 03 October, 2021
CMake 5 hrs 46 mins █████████░░░░░░░░░░░░░░░░ 35.67 %
Python 4 hrs 53 mins ███████▓░░░░░░░░░░░░░░░░░ 30.18 %
C++ 2 hrs 21 mins ███▓░░░░░░░░░░░░░░░░░░░░░ 14.55 %
CSS 1 hr 7 mins █▓░░░░░░░░░░░░░░░░░░░░░░░ 06.99 %
HTML 1 hr 4 mins █▓░░░░░░░░░░░░░░░░░░░░░░░ 06.67 %
```
<!--END_SECTION:waka-->