fork download
  1. //verander de volgende informatie naar de informatie voor jouw database
  2.  
  3. #define dserver "oege.ie.hva.nl"
  4. #define duser "username"
  5. #define dpassword "password"
  6. #define ddatabase "databasename"
  7.  
  8. #define homeid 1234 //line 8
  9.  
  10. int main()
  11. {
  12. return 0;
  13. }
Success #stdin #stdout 0s 3292KB
stdin
Standard input is empty
stdout
Standard output is empty