Files
.profile/README.md
T
2021-10-07 01:03:33 +00:00

24 lines
974 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: 30 September, 2021 - 06 October, 2021
C++ 3 hrs 56 mins ██████████▓░░░░░░░░░░░░░░ 43.30 %
CMake 1 hr 37 mins ████▒░░░░░░░░░░░░░░░░░░░░ 17.82 %
HTML 1 hr 8 mins ███░░░░░░░░░░░░░░░░░░░░░░ 12.53 %
CSS 1 hr 7 mins ███░░░░░░░░░░░░░░░░░░░░░░ 12.46 %
JSON 39 mins █▓░░░░░░░░░░░░░░░░░░░░░░░ 07.22 %
```
<!--END_SECTION:waka-->