@@ -0,0 +1,12 @@
#include <stdio.h>
#include "class.h"
int main(int argc, char** argv){
Humanoid_t* Player1 = InitHuman("Derek Hollowy");
Player1->move(Player1, 4, 9);
Player1->remove(Player1);
return 1;
}
The note is not visible to the blocked user.