SomeoneHereOrThere
hide bio
PM . Follow . Favorite
Joined 11-08-18, id: 11417788, Profile Updated: 02-11-19

Program New_Profile;

Uses crt;

begin

clrscr;

writeln('Hi there, welcome to my profile page!');

writeln('--');

writeln('Name = Classified.');

writeln('Age. = between 10-20.');

writeln('Hobby = reading(manga, comic,fanfic,books,etc), watching things, and listening to music.');

writeln('That's it for now bye!');

readln;

end.