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: 28 September, 2021 - 04 October, 2021
|
|
|
|
Python 4 hrs 53 mins █████████▓░░░░░░░░░░░░░░░ 39.11 %
|
|
CMake 2 hrs 20 mins ████▓░░░░░░░░░░░░░░░░░░░░ 18.71 %
|
|
C++ 2 hrs 13 mins ████▒░░░░░░░░░░░░░░░░░░░░ 17.81 %
|
|
HTML 1 hr 8 mins ██▒░░░░░░░░░░░░░░░░░░░░░░ 09.11 %
|
|
CSS 1 hr 7 mins ██▒░░░░░░░░░░░░░░░░░░░░░░ 09.06 %
|
|
```
|
|
<!--END_SECTION:waka-->
|