@ -1,6 +1,10 @@
#include <stdio.h>
#include "quote.h"
#include "server.h"
int main(int argc, char *argv[]) {
char quote[1024];
getRandomQuote(quote);
printf("%s\n", quote);
int main() {
printf("Hello, World!\n");
return 0;
}
The note is not visible to the blocked user.