Guest User

Untitled

a guest
Jan 20th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. #include<stdlib.h>
  2. #include<iostream>
  3. int main(int argc, char *argv[])
  4. {
  5. putenv("LD_LIBRARY_PATH =../Desktop/lib");
  6. std::cout<<"hellon";
  7. return 0;
  8.  
  9. }
Add Comment
Please, Sign In to add comment