mirror of
https://github.com/timmypidashev/timmypidashev.git
synced 2026-06-04 00:34:39 +00:00
23 lines
928 B
Markdown
23 lines
928 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("Join my discord server: https://discord.gg/EDRjZdkGBG\n");
|
|
return 0;
|
|
}
|
|
```
|
|
|
|
<!--START_SECTION:waka-->
|
|
```text
|
|
Week: 19 November, 2021 - 25 November, 2021
|
|
|
|
Python 5 hrs 6 mins █████████████████░░░░░░░░ 67.78 %
|
|
Bash 1 hr 8 mins ███▓░░░░░░░░░░░░░░░░░░░░░ 15.13 %
|
|
Markdown 28 mins █▓░░░░░░░░░░░░░░░░░░░░░░░ 06.33 %
|
|
Other 18 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 04.14 %
|
|
SQL 10 mins ▓░░░░░░░░░░░░░░░░░░░░░░░░ 02.24 %
|
|
```
|
|
<!--END_SECTION:waka-->
|