Update README.md

This commit is contained in:
Timothy Pidashev
2021-12-26 19:18:49 -08:00
committed by GitHub
parent ea6672f774
commit 73886f870b
+1 -1
View File
@@ -4,7 +4,7 @@
int main(){
printf("My name is Timothy Pidashev!\n");
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\n");
printf("Join my discord server: https://discord.gg/EDRjZdkGBG");
return 0;
}
```