Files
.profile/README.md
T
2021-09-30 01:06:01 +00:00

24 lines
991 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: 23 September, 2021 - 29 September, 2021
CMake 7 hrs 27 mins ███████████▓░░░░░░░░░░░░░ 46.77 %
Python 4 hrs 59 mins ███████▓░░░░░░░░░░░░░░░░░ 31.30 %
C++ 1 hr 28 mins ██▒░░░░░░░░░░░░░░░░░░░░░░ 09.22 %
Other 49 mins █▒░░░░░░░░░░░░░░░░░░░░░░░ 05.15 %
Makefile 15 mins ▒░░░░░░░░░░░░░░░░░░░░░░░░ 01.65 %
```
<!--END_SECTION:waka-->