#include #include int main () { char text[70] = "Hallo"; printf("\n text:"); gets(text); puts(text); }