mirror of
https://github.com/timmypidashev/timmypidashev.git
synced 2026-06-03 16:24:38 +00:00
24 lines
998 B
Markdown
24 lines
998 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: 30 October, 2021 - 05 November, 2021
|
|
|
|
Python 3 hrs 21 mins ██████░░░░░░░░░░░░░░░░░░░ 23.57 %
|
|
C++ 2 hrs 59 mins █████▒░░░░░░░░░░░░░░░░░░░ 20.98 %
|
|
CMake 2 hrs 40 mins ████▓░░░░░░░░░░░░░░░░░░░░ 18.81 %
|
|
JSON 1 hr 58 mins ███▒░░░░░░░░░░░░░░░░░░░░░ 13.83 %
|
|
JavaScript 40 mins █▒░░░░░░░░░░░░░░░░░░░░░░░ 04.74 %
|
|
```
|
|
<!--END_SECTION:waka-->
|