#include <catch2/catch.hpp>
#include "../src/GUI.hpp"
TEST_CASE("GUI Test") {
REQUIRE(test() == 42);
}