module-simple-use.cxx 67 B

123456
  1. import simple;
  2. int main(int argc, char* argv[])
  3. {
  4. return g();
  5. }