imported_consumer.cpp 62 B

1234567
  1. #include "systemlib.h"
  2. int main()
  3. {
  4. return systemlib();
  5. }