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

24 lines
989 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: 25 September, 2021 - 01 October, 2021
CMake 7 hrs 30 mins ████████████░░░░░░░░░░░░░ 48.53 %
Python 4 hrs 53 mins ████████░░░░░░░░░░░░░░░░░ 31.61 %
C++ 1 hr 28 mins ██▒░░░░░░░░░░░░░░░░░░░░░░ 09.50 %
Other 49 mins █▒░░░░░░░░░░░░░░░░░░░░░░░ 05.30 %
Makefile 15 mins ▒░░░░░░░░░░░░░░░░░░░░░░░░ 01.70 %
```
<!--END_SECTION:waka-->