From 65bbdcbb36dbba80d55239062d523e2a6668195a Mon Sep 17 00:00:00 2001 From: Timothy Pidashev Date: Wed, 22 May 2024 12:20:39 -0700 Subject: [PATCH] Update index.js --- index.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/index.js b/index.js index bcf0438..8d73bc7 100644 --- a/index.js +++ b/index.js @@ -16,17 +16,6 @@ function generateProgressBar() { const readme = `\ -```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; -} -``` -