fork download
  1. #include<stdio.h>
  2.  
  3.  
  4. int main(int argc, const char* argv[]){
  5.  
  6. int numero = 0x29A;
  7.  
  8. printf("%i\t\a",numero);
  9.  
  10. return 0;
  11.  
  12. }
Success #stdin #stdout 0s 5284KB
stdin
Standard input is empty
stdout
666