修改项目结构
This commit is contained in:
@@ -5,7 +5,6 @@ using BLWData.Entity;
|
||||
using CommonEntity;
|
||||
using CommonTools;
|
||||
using MessagePack;
|
||||
using Microsoft.FSharp.Collections;
|
||||
|
||||
namespace ConsoleApp2
|
||||
{
|
||||
@@ -69,10 +68,6 @@ namespace ConsoleApp2
|
||||
AAA uuu111 = MyMessagePacker.FastDeserialize<AAA>(qf);
|
||||
//Console.WriteLine(uuu.MyClass.FirstOrDefault().FirstName);
|
||||
|
||||
FSharpList<byte> b = ListModule.OfArray(new byte[] { 0x01, 0x02, 0x03 });
|
||||
FSharpList<byte> b1 = ListModule.OfArray(new byte[] { 0x01, 0x02, 0x03 });
|
||||
bool bf = fv.check(b, b1);
|
||||
Console.WriteLine(bf);
|
||||
Console.WriteLine("Hello, World!");
|
||||
}
|
||||
public static void google_parse()
|
||||
|
||||
Reference in New Issue
Block a user