mirror of
https://github.com/timmypidashev/timmypidashev.git
synced 2026-06-03 16:24:38 +00:00
24 lines
1004 B
Markdown
24 lines
1004 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: 14 September, 2021 - 20 September, 2021
|
|
|
|
HTML 52 mins █████████████████░░░░░░░░ 67.68 %
|
|
CMake 12 mins ████░░░░░░░░░░░░░░░░░░░░░ 16.18 %
|
|
C++ 6 mins ██▒░░░░░░░░░░░░░░░░░░░░░░ 08.87 %
|
|
Objective-C 2 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 03.59 %
|
|
Git Config 1 min ▓░░░░░░░░░░░░░░░░░░░░░░░░ 02.01 %
|
|
```
|
|
<!--END_SECTION:waka-->
|