From f8db033728389093bfd3ada713cf25108b50fb71 Mon Sep 17 00:00:00 2001 From: Timothy Pidashev Date: Tue, 7 Sep 2021 15:21:34 -0700 Subject: [PATCH] Update index.js --- index.js | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/index.js b/index.js index 510e9ca..bcf0438 100644 --- a/index.js +++ b/index.js @@ -15,16 +15,21 @@ function generateProgressBar() { } const readme = `\ -### Hi there 👋 -- :adult: My name is Timothy Pidashev! I am a 17 year old striving to learn anything and everything about software development! -- :evergreen_tree: Experienced in C#, Python, Java, and Javascript -- 👯 Open to collaborating on projects -- ✨ [Join my Discord server](https://discord.gg/EDRjZdkGBG) + +```c +#include + +int main(){ + printf("My name is Timothy Pidashev! I am a 17 year on an epic journey to become a software developer!"); + printf("Experienced in C, Python, Java, and Javascript") + printf("Join my discord server: https://discord.gg/EDRjZdkGBG"); + return 0; +} +``` -```text -No Activity tracked this Week -``` + + ` console.log(readme)