Guest User

Untitled

a guest
Oct 3rd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.12 KB | None | 0 0
  1. #include <hpx/hpx_init.hpp>
  2.  
  3. int hpx_main()
  4. {
  5.     return hpx::finalize(42);
  6. }
  7.  
  8. int main()
  9. {
  10.     return hpx::init();
  11. }
Add Comment
Please, Sign In to add comment