Files
.profile/README.md
T
2021-09-25 00:59:45 +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: 18 September, 2021 - 24 September, 2021
HTML 1 hr 38 mins █████████████▒░░░░░░░░░░░ 52.99 %
CSS 43 mins █████▓░░░░░░░░░░░░░░░░░░░ 23.16 %
Python 14 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 07.69 %
CMake 12 mins █▓░░░░░░░░░░░░░░░░░░░░░░░ 06.86 %
C++ 12 mins █▓░░░░░░░░░░░░░░░░░░░░░░░ 06.54 %
```
<!--END_SECTION:waka-->