mirror of
https://github.com/timmypidashev/timmypidashev.git
synced 2026-06-03 16:24:38 +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: 01 December, 2021 - 07 December, 2021
|
|
|
|
Python 16 hrs 15 mins ███████████████████████▒░ 93.43 %
|
|
Bash 20 mins ▓░░░░░░░░░░░░░░░░░░░░░░░░ 02.00 %
|
|
YAML 15 mins ▒░░░░░░░░░░░░░░░░░░░░░░░░ 01.49 %
|
|
Other 12 mins ▒░░░░░░░░░░░░░░░░░░░░░░░░ 01.15 %
|
|
JSON 9 mins ▒░░░░░░░░░░░░░░░░░░░░░░░░ 00.91 %
|
|
```
|
|
<!--END_SECTION:waka-->
|