mirror of
https://github.com/timmypidashev/timmypidashev.git
synced 2026-06-03 16:24:38 +00:00
24 lines
977 B
Markdown
24 lines
977 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: 06 October, 2021 - 12 October, 2021
|
|
|
|
CMake 3 hrs 53 mins ███████████████▒░░░░░░░░░ 61.02 %
|
|
C++ 1 hr 28 mins █████▓░░░░░░░░░░░░░░░░░░░ 23.22 %
|
|
Python 34 mins ██▒░░░░░░░░░░░░░░░░░░░░░░ 08.90 %
|
|
JSON 13 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 03.61 %
|
|
HTML 7 mins ▒░░░░░░░░░░░░░░░░░░░░░░░░ 01.91 %
|
|
```
|
|
<!--END_SECTION:waka-->
|