#include int main(void) { FILE *f = fopen("data", "w"); fprintf(f, "Hello"); return 0; }