Advertisement
Guest User

Untitled

a guest
Aug 24th, 2011
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. #include <QtCore/QCoreApplication>
  2. #include <stdio.h>
  3.  
  4.  
  5. int main(int argc, char *argv[])
  6. {
  7. QCoreApplication a(argc, argv);
  8. printf("hello!!");
  9. return a.exec();
  10. }
  11.  
  12.  
  13. /////////////
  14. /////////////
  15. /////////////
  16. /////////////
  17. /////////////
  18. Killing remote process(es)...
  19. Starting remote process ...
  20. chmod: /opt/console/bin/console: Operation not permitted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement