mirror of
https://github.com/timmypidashev/timmypidashev.git
synced 2026-06-03 16:24:38 +00:00
22 lines
750 B
Markdown
22 lines
750 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("Experienced in C, Python, Java, and Javascript\n")
|
|
printf("Join my discord server: https://discord.gg/EDRjZdkGBG\n");
|
|
return 0;
|
|
}
|
|
```
|
|
|
|
<!--START_SECTION:waka-->
|
|
```text
|
|
Week: 13 October, 2021 - 19 October, 2021
|
|
|
|
CSS 23 mins █████████████░░░░░░░░░░░░ 51.61 %
|
|
HTML 19 mins ███████████░░░░░░░░░░░░░░ 43.54 %
|
|
CMake 2 mins █▒░░░░░░░░░░░░░░░░░░░░░░░ 04.85 %
|
|
```
|
|
<!--END_SECTION:waka-->
|