Files
.profile/README.md
T
Timothy Pidashev 1f96d5048a Update README.md
2021-09-22 07:43:43 -07:00

24 lines
1006 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: 15 September, 2021 - 21 September, 2021
HTML 52 mins █████████████████░░░░░░░░ 67.68 %
CMake 12 mins ████░░░░░░░░░░░░░░░░░░░░░ 16.18 %
C++ 6 mins ██▒░░░░░░░░░░░░░░░░░░░░░░ 08.87 %
Objective-C 2 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 03.59 %
Git Config 1 min ▓░░░░░░░░░░░░░░░░░░░░░░░░ 02.01 %
```
<!--END_SECTION:waka-->