mirror of
https://github.com/timmypidashev/timmypidashev.git
synced 2026-06-03 16:24:38 +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: 21 October, 2021 - 27 October, 2021
|
|
|
|
C++ 3 hrs 13 mins ███████████░░░░░░░░░░░░░░ 44.25 %
|
|
CMake 2 hrs 23 mins ████████▒░░░░░░░░░░░░░░░░ 32.98 %
|
|
Markdown 47 mins ██▓░░░░░░░░░░░░░░░░░░░░░░ 10.98 %
|
|
Other 25 mins █▒░░░░░░░░░░░░░░░░░░░░░░░ 05.78 %
|
|
YAML 21 mins █▒░░░░░░░░░░░░░░░░░░░░░░░ 04.85 %
|
|
```
|
|
<!--END_SECTION:waka-->
|