mirror of
https://github.com/timmypidashev/timmypidashev.git
synced 2026-06-03 16:24:38 +00:00
24 lines
978 B
Markdown
24 lines
978 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: 28 October, 2021 - 03 November, 2021
|
|
|
|
CMake 8 hrs 15 mins ████████▒░░░░░░░░░░░░░░░░ 33.67 %
|
|
C++ 5 hrs 42 mins █████▓░░░░░░░░░░░░░░░░░░░ 23.28 %
|
|
Python 4 hrs 35 mins ████▓░░░░░░░░░░░░░░░░░░░░ 18.70 %
|
|
JSON 2 hrs 1 min ██░░░░░░░░░░░░░░░░░░░░░░░ 08.25 %
|
|
C 54 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 03.67 %
|
|
```
|
|
<!--END_SECTION:waka-->
|