#include #include int main(void){ FILE *valja=fopen("tervitus.txt", "w"); fprintf(valja, "Tere"); fclose(valja); }