mirror of
https://github.com/timmypidashev/timmypidashev.git
synced 2026-06-04 00:34:39 +00:00
23 lines
938 B
Markdown
23 lines
938 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: 15 December, 2021 - 21 December, 2021
|
|
|
|
Python 19 hrs 20 mins ███████████████████▒░░░░░ 77.66 %
|
|
SQL 1 hr 59 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 08.00 %
|
|
Docker 1 hr 18 mins █▒░░░░░░░░░░░░░░░░░░░░░░░ 05.27 %
|
|
Other 1 hr 2 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 04.16 %
|
|
JavaScript 29 mins ▒░░░░░░░░░░░░░░░░░░░░░░░░ 01.98 %
|
|
```
|
|
<!--END_SECTION:waka-->
|