code.d 54 B

123456
  1. module testlib.code;
  2. int test_lib()
  3. {
  4. return 125;
  5. }