fork download
  1. #include <cstdio>
  2.  
  3. int main()
  4. {
  5. char blubb[20] = "Texty";
  6. printf( "%s", blubb);
  7. return 0;
  8. }
Success #stdin #stdout 0.01s 2724KB
stdin
Standard input is empty
stdout
Texty