mirror of
https://github.com/timmypidashev/timmypidashev.git
synced 2026-06-04 00:34:39 +00:00
24 lines
999 B
Markdown
24 lines
999 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: 01 November, 2021 - 07 November, 2021
|
|
|
|
Python 4 hrs 54 mins ███████▓░░░░░░░░░░░░░░░░░ 30.66 %
|
|
JavaScript 2 hrs 18 mins ███▓░░░░░░░░░░░░░░░░░░░░░ 14.36 %
|
|
C++ 2 hrs 14 mins ███▓░░░░░░░░░░░░░░░░░░░░░ 14.03 %
|
|
JSON 2 hrs 7 mins ███▒░░░░░░░░░░░░░░░░░░░░░ 13.21 %
|
|
CMake 1 hr 38 mins ██▓░░░░░░░░░░░░░░░░░░░░░░ 10.20 %
|
|
```
|
|
<!--END_SECTION:waka-->
|