fork download
  1. #include <stdio.h>
  2.  
  3. #define strength "smiling"
  4. typedef enum { NONE } weakness; // 31337
  5. typedef enum { C , CPlusPlus , CSharp , Unity , UnrealEngine } skills; // and much more ...
  6.  
  7. int main(void) {
  8. char* name = "albert"; char* firstname = "louis"; int age = 22;
  9. char* home = "localhost"; // There is no place like 127.0.0.1
  10. char* hackathon[2]; hackathon[0] = "HackaHealth_2018"; hackathon[1] = "BrainHack_2019";
  11.  
  12. return 0;
  13. }
Success #stdin #stdout 0s 9288KB
stdin
Standard input is empty
stdout
Standard output is empty