PROGRAM BIO;
USES SysUtils, Math;
VAR firstname, surname, university, major : string;
BEGIN
firstname:='Bulba';
surname:='Admiral';
// university:='🤔';
// major:='🤔';
// WriteLn(Format('Hi, my name is %s %s and I am studying %s at %s',
// [firstname, surname, major, university]));
END.
Popular repositories Loading
-
TeamUp-RudeKittens
TeamUp-RudeKittens PublicSports Buddies Matching Platform for CityHack2023.
TypeScript 4
-
CityHack2022_Rude_Kittens
CityHack2022_Rude_Kittens PublicForked from poiug07/CityHack2022_Rude_Kittens
HTML
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.