fork download
  1. #include "stdio.h"
  2. #include <stdlib.h>
  3.  
  4. int main() {
  5. printf("%s\n", __VERSION__ );
  6.  
  7. return 0;
  8. }
Success #stdin #stdout 0s 2008KB
stdin
Standard input is empty
stdout
4.9.2