fork download
  1. struct coords
  2. {
  3. int x, y;
  4. };
  5.  
  6. int main()
  7. {
  8. struct coords my_coords = { 0, 1 };
  9. }
Success #stdin #stdout 0.01s 2720KB
stdin
Standard input is empty
stdout
Standard output is empty