Guest User

Untitled

a guest
May 24th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. // hello world 123.cpp : Defines the entry point for the application.
  2. // Author:
  3. // ID:
  4. // Version:
  5. // Date: 14 Oct 2008
  6. // Description:
  7.  
  8. #include "stdafx.h"
  9. #include "gwin.h"
  10.  
  11. #include <iostream>
  12.  
  13. using namespace std;
  14.  
  15. int main()
  16. {
  17. cout << "hello world!";
  18.  
  19. return 0;
  20. }
Add Comment
Please, Sign In to add comment