@@ -0,0 +1,6 @@
#include "fmt/format.h"
auto main([[maybe_unused]]int argc, [[maybe_unused]]char const* argv[]) -> int {
fmt::print("Hello, World!\n");
return 0;
}
The note is not visible to the blocked user.