Update README.md

This commit is contained in:
Timothy Pidashev
2021-09-07 15:24:18 -07:00
committed by GitHub
parent e65059bc0e
commit 5a2f93aaf2
+4 -3
View File
@@ -2,9 +2,10 @@
#include <stdio.h> #include <stdio.h>
int main(){ int main(){
printf("My name is Timothy Pidashev! I am a 17 year on an epic journey to become a software developer!"); printf("My name is Timothy Pidashev!\n");
printf("Experienced in C, Python, Java, and Javascript") 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"); printf("Experienced in C, Python, Java, and Javascript\n")
printf("Join my discord server: https://discord.gg/EDRjZdkGBG\n");
return 0; return 0;
} }
``` ```