有意義的 Message
This commit is contained in:
10
Git_Practice/Git_Practice.cpp
Executable file
10
Git_Practice/Git_Practice.cpp
Executable file
@ -0,0 +1,10 @@
|
||||
#include "stdafx.h"
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
using namespace System;
|
||||
bool Guess(int number)
|
||||
{
|
||||
}
|
||||
int main(array<System::String^>^ args)
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user