Skip to content
View noordahx's full-sized avatar
🍪
🍪

Block or report noordahx

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
noordahx/README.md
PROGRAM BIO;
USES SysUtils, Math;
VAR firstname, surname, university, major : string;
BEGIN
firstname:='Nurdaulet';
surname:='Taumergenov';
university:='CityU';
major:='CompSci';
WriteLn(Format('Hi, my name is %s %s and I am studying %s at %s',
               [firstname, surname, major, university]));
END.

Popular repositories Loading

  1. TeamUp-RudeKittens TeamUp-RudeKittens Public

    Sports Buddies Matching Platform for CityHack2023.

    TypeScript 4

  2. blog.hs blog.hs Public

    Haskell 1

  3. CityHack2022_Rude_Kittens CityHack2022_Rude_Kittens Public

    Forked from poiug07/CityHack2022_Rude_Kittens

    HTML

  4. noordahx noordahx Public

  5. UBC-Introduction-to-Computer-Systems UBC-Introduction-to-Computer-Systems Public

    C

  6. UBC-Basic-Algorithms-and-Data-Structures UBC-Basic-Algorithms-and-Data-Structures Public

    C++