10 lines
151 B
C++
Executable File
10 lines
151 B
C++
Executable File
#include "stdafx.h"
|
|
#include <string>
|
|
#include <iostream>
|
|
using namespace System;
|
|
bool Guess(int number)
|
|
{
|
|
}
|
|
int main(array<System::String^>^ args)
|
|
{
|
|
} |