Trivial C function

C code posted
created at 13 Feb 17:20

Edit | Back
1
2
3
  void test(int a) {
    printf("%d\n",a);
  }
50 Bytes in 2 ms with coderay