mirror of
https://github.com/timmypidashev/timmypidashev.git
synced 2026-06-04 00:34:39 +00:00
24 lines
987 B
Markdown
24 lines
987 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: 22 October, 2021 - 28 October, 2021
|
|
|
|
CMake 5 hrs 3 mins ██████████░░░░░░░░░░░░░░░ 39.48 %
|
|
C++ 4 hrs 25 mins ████████▓░░░░░░░░░░░░░░░░ 34.59 %
|
|
Python 1 hr 25 mins ██▓░░░░░░░░░░░░░░░░░░░░░░ 11.08 %
|
|
Markdown 47 mins █▓░░░░░░░░░░░░░░░░░░░░░░░ 06.23 %
|
|
Other 35 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 04.66 %
|
|
```
|
|
<!--END_SECTION:waka-->
|