mirror of
https://github.com/timmypidashev/timmypidashev.git
synced 2026-06-03 16:24:38 +00:00
24 lines
981 B
Markdown
24 lines
981 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: 17 September, 2021 - 23 September, 2021
|
|
|
|
HTML 1 hr 38 mins ██████████████░░░░░░░░░░░ 56.59 %
|
|
CSS 31 mins ████▒░░░░░░░░░░░░░░░░░░░░ 17.93 %
|
|
Python 14 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 08.21 %
|
|
CMake 12 mins █▓░░░░░░░░░░░░░░░░░░░░░░░ 07.33 %
|
|
C++ 12 mins █▓░░░░░░░░░░░░░░░░░░░░░░░ 06.98 %
|
|
```
|
|
<!--END_SECTION:waka-->
|