mirror of
https://github.com/timmypidashev/timmypidashev.git
synced 2026-06-04 00:34:39 +00:00
24 lines
979 B
Markdown
24 lines
979 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: 08 November, 2021 - 14 November, 2021
|
|
|
|
Python 5 hrs 7 mins █████████████░░░░░░░░░░░░ 51.57 %
|
|
CMake 1 hr 56 mins █████░░░░░░░░░░░░░░░░░░░░ 19.52 %
|
|
C 45 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 07.68 %
|
|
SQL 45 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 07.67 %
|
|
Other 22 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 03.85 %
|
|
```
|
|
<!--END_SECTION:waka-->
|