Files
.profile/README.md
T
2021-10-01 01:05:35 +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: 24 September, 2021 - 30 September, 2021
CMake 7 hrs 30 mins ████████████░░░░░░░░░░░░░ 47.92 %
Python 4 hrs 53 mins ███████▓░░░░░░░░░░░░░░░░░ 31.21 %
C++ 1 hr 28 mins ██▒░░░░░░░░░░░░░░░░░░░░░░ 09.38 %
Other 49 mins █▒░░░░░░░░░░░░░░░░░░░░░░░ 05.23 %
Makefile 15 mins ▒░░░░░░░░░░░░░░░░░░░░░░░░ 01.68 %
```
<!--END_SECTION:waka-->