8 lines
87 B
C++
8 lines
87 B
C++
#include "swell.h"
|
|
|
|
int main()
|
|
{
|
|
MessageBox(NULL,"hello world","a",0);
|
|
return 0;
|
|
}
|