fork download
  1. %:include <stdio.h>
  2.  
  3. int main(int argc, char *argv<::>)
  4. <%
  5. int test<:2:>;
  6. test<:0:> = 1;
  7. test<:1:> = 2;
  8.  
  9. printf("wot tiechnika\n");
  10. printf("%i %i\n", test<:0:>, test<:1:>);
  11. %>
  12.  
Success #stdin #stdout 0s 3344KB
stdin
Standard input is empty
stdout
wot tiechnika
1 2