Microsoft now demands to know why you won't use Edge when you download Chrome 3 years ago
I use firefox anyway.
HN user
I use firefox anyway.
#include <stdio.h> #include <stdlib.h>
int main(void) { if(puts("Hello, World!")!=EOF) { return EXIT_SUCCESS; }else { return EXIT_FAILURE; } }