Skip to content
View ohasanov-hbrw's full-sized avatar
💜
I love cpp
💜
I love cpp

Highlights

  • Pro

Block or report ohasanov-hbrw

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
ohasanov-hbrw/README.md
#include <smallBrain.hpp>
//g++ tells me that it could not find "bigBrain.hpp"
#include <examCalendar.hpp>
//automatically updated list of exams
#include <projects.hpp>
//automatically updated list of projects
//#include <luck.hpp>
//ran out of ^ a long time ago

int32_t main(){
  while(brain.alive){ 
    while(exams.empty() && brain.work){
      brain.think(projects[rand() % projects.size()]); 
    }
    while(!exams.empty() && brain.work){ //most of the time
      brain.think(exams[0]); //think the closest exam
    }
    //TODO: FIND ANOTHER THING TO DO
   }
  return 0; //end the loop
}

Popular repositories Loading

  1. osus-revented osus-revented Public

    The sussy osu clone named osus, revamped!

    C 50 3

  2. osus osus Public

    Forked from tixvage/osus

    An Osu Clone Made With Raylib And C++

    C++ 4

  3. Platformer-Game-Engine Platformer-Game-Engine Public

    haha yes mistakes go brrrr

    C 1

  4. ESP-32-Bigsoft-Doors ESP-32-Bigsoft-Doors Public

    C++ 1

  5. GAP GAP Public

    Game Assistant Program

    C++

  6. BoomEngineLite BoomEngineLite Public

    A lite Doom Engine!

    C++