mirror of
https://github.com/timmypidashev/timmypidashev.git
synced 2026-06-04 00:34:39 +00:00
23 lines
918 B
Markdown
23 lines
918 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: 17 December, 2021 - 23 December, 2021
|
|
|
|
Python 27 hrs 46 mins ████████████████████▒░░░░ 81.14 %
|
|
SQL 2 hrs 20 mins █▓░░░░░░░░░░░░░░░░░░░░░░░ 06.86 %
|
|
Docker 1 hr 18 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 03.83 %
|
|
Bash 54 mins ▓░░░░░░░░░░░░░░░░░░░░░░░░ 02.63 %
|
|
Other 50 mins ▓░░░░░░░░░░░░░░░░░░░░░░░░ 02.45 %
|
|
```
|
|
<!--END_SECTION:waka-->
|