mirror of
https://github.com/timmypidashev/timmypidashev.git
synced 2026-06-03 16:24:38 +00:00
24 lines
979 B
Markdown
24 lines
979 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: 29 September, 2021 - 05 October, 2021
|
|
|
|
Python 5 hrs 7 mins █████████▒░░░░░░░░░░░░░░░ 37.80 %
|
|
C++ 3 hrs 45 mins ███████░░░░░░░░░░░░░░░░░░ 27.68 %
|
|
CMake 1 hr 32 mins ███░░░░░░░░░░░░░░░░░░░░░░ 11.40 %
|
|
HTML 1 hr 8 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 08.39 %
|
|
CSS 1 hr 7 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 08.34 %
|
|
```
|
|
<!--END_SECTION:waka-->
|