Files
.profile/README.md
T
2021-10-24 01:02:54 +00:00

24 lines
987 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 October, 2021 - 23 October, 2021
Other 16 mins ██████████▓░░░░░░░░░░░░░░ 43.26 %
YAML 7 mins █████░░░░░░░░░░░░░░░░░░░░ 19.71 %
Markdown 7 mins ████▓░░░░░░░░░░░░░░░░░░░░ 18.64 %
Python 4 mins ███░░░░░░░░░░░░░░░░░░░░░░ 11.84 %
CMake 2 mins █▒░░░░░░░░░░░░░░░░░░░░░░░ 05.62 %
```
<!--END_SECTION:waka-->