11 lines
72 B
C++
11 lines
72 B
C++
#include <iostream>
|
|
#include <wsman.h>
|
|
|
|
|
|
int main()
|
|
{
|
|
|
|
|
|
|
|
return 0;
|
|
} |