mirror of
https://github.com/timmypidashev/timmypidashev.git
synced 2026-06-03 16:24:38 +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: 02 November, 2021 - 08 November, 2021
|
|
|
|
Python 4 hrs 52 mins █████████▒░░░░░░░░░░░░░░░ 37.36 %
|
|
JavaScript 2 hrs 18 mins ████▒░░░░░░░░░░░░░░░░░░░░ 17.66 %
|
|
JSON 2 hrs 5 mins ████░░░░░░░░░░░░░░░░░░░░░ 16.01 %
|
|
HTML 1 hr 8 mins ██▒░░░░░░░░░░░░░░░░░░░░░░ 08.72 %
|
|
CMake 59 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 07.57 %
|
|
```
|
|
<!--END_SECTION:waka-->
|