@@ -0,0 +1,12 @@
#include <SFML/Window.hpp>
#include <SFML/Graphics.hpp>
#include "App.h"
int main()
{
App app;
app.Run();
return 0;
}
The note is not visible to the blocked user.