Files
.profile/README.md
T
Timothy Pidashev 9616791aa9 Update README.md
2021-12-26 22:06:57 -08:00

299 B

#include <stdio.h>

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");
  return 0;
}