mirror of
https://github.com/timmypidashev/timmypidashev.git
synced 2026-06-03 16:24:38 +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: 17 November, 2021 - 23 November, 2021
|
|
|
|
Python 6 hrs 5 mins ████████████████▒░░░░░░░░ 65.74 %
|
|
Bash 1 hr 6 mins ███░░░░░░░░░░░░░░░░░░░░░░ 12.01 %
|
|
YAML 42 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 07.67 %
|
|
Markdown 28 mins █▒░░░░░░░░░░░░░░░░░░░░░░░ 05.18 %
|
|
Other 21 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 03.86 %
|
|
```
|
|
<!--END_SECTION:waka-->
|