Update README.md

This commit is contained in:
Timothy Pidashev
2021-09-12 20:02:58 -07:00
committed by GitHub
parent 0ee7c52a72
commit eaa89d2b02
+1 -1
View File
@@ -5,7 +5,7 @@ int main(){
printf("My name is Timothy Pidashev!\n"); printf("My name is Timothy Pidashev!\n");
printf("I am a 17 year on an epic journey to become a software developer!\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("Experienced in C, Python, Java, and Javascript\n")
printf("Join my discord server: https://discord.gg/EDRjZdkGBG\n"); printf("Join my discord server: https://discord.gg/EDRjZdkGBG");
return 0; return 0;
} }
``` ```