mirror of
https://github.com/timmypidashev/timmypidashev.git
synced 2026-06-04 00:34:39 +00:00
22 lines
767 B
Markdown
22 lines
767 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");
|
|
return 0;
|
|
}
|
|
```
|
|
|
|
<!--START_SECTION:waka-->
|
|
```text
|
|
Week: 12 September, 2021 - 18 September, 2021
|
|
|
|
C++ 1 hr 2 mins ████████████▓░░░░░░░░░░░░ 50.48 %
|
|
HTML 52 mins ██████████▓░░░░░░░░░░░░░░ 42.23 %
|
|
Bash 7 mins █▓░░░░░░░░░░░░░░░░░░░░░░░ 06.41 %
|
|
```
|
|
<!--END_SECTION:waka-->
|