From 277fa9dffdbec361e5ded9965ff498951b0ee926 Mon Sep 17 00:00:00 2001 From: Timothy Pidashev Date: Wed, 15 Dec 2021 12:43:48 -0800 Subject: [PATCH] Update README.md --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 443bd02..e2c6f85 100644 --- a/README.md +++ b/README.md @@ -1 +1,22 @@ -### [I have moved to gitea :)](https://gitea.timmypidashev.com/timmypidashev) +```c +#include + +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; +} +``` + + +```text +Week: 09 November, 2021 - 15 November, 2021 + +Python 5 hrs 7 mins █████████████░░░░░░░░░░░░ 51.91 % +CMake 1 hr 56 mins █████░░░░░░░░░░░░░░░░░░░░ 19.65 % +SQL 45 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 07.72 % +C 44 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 07.54 % +Other 22 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 03.88 % +``` +