From 5a2f93aaf2be1d8da28c0bd4cf72ccfee02c0645 Mon Sep 17 00:00:00 2001 From: Timothy Pidashev Date: Tue, 7 Sep 2021 15:24:18 -0700 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c8e27e0..61f5cbe 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,10 @@ #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"); + 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; } ```