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; -} -``` -