Files
.profile/README.md
T
2021-09-24 01:01:08 +00:00

24 lines
981 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: 17 September, 2021 - 23 September, 2021
HTML 1 hr 38 mins ██████████████░░░░░░░░░░░ 56.59 %
CSS 31 mins ████▒░░░░░░░░░░░░░░░░░░░░ 17.93 %
Python 14 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 08.21 %
CMake 12 mins █▓░░░░░░░░░░░░░░░░░░░░░░░ 07.33 %
C++ 12 mins █▓░░░░░░░░░░░░░░░░░░░░░░░ 06.98 %
```
<!--END_SECTION:waka-->