mirror of
https://github.com/timmypidashev/timmypidashev.git
synced 2026-06-03 16:24:38 +00:00
24 lines
978 B
Markdown
24 lines
978 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 October, 2021 - 04 November, 2021
|
|
|
|
CMake 5 hrs 35 mins ███████▒░░░░░░░░░░░░░░░░░ 29.48 %
|
|
C++ 4 hrs 29 mins ██████░░░░░░░░░░░░░░░░░░░ 23.68 %
|
|
Python 3 hrs 10 mins ████▒░░░░░░░░░░░░░░░░░░░░ 16.77 %
|
|
JSON 1 hr 59 mins ██▓░░░░░░░░░░░░░░░░░░░░░░ 10.48 %
|
|
C 53 mins █▒░░░░░░░░░░░░░░░░░░░░░░░ 04.73 %
|
|
```
|
|
<!--END_SECTION:waka-->
|