14 lines
252 B
C#
14 lines
252 B
C#
namespace CommonConsole
|
|
{
|
|
using System;
|
|
|
|
using Common.Hardware.WaterMeter.eRegister.Features;
|
|
|
|
public static class Program
|
|
{
|
|
public static void Main()
|
|
{
|
|
Console.WriteLine(sizeof(UInt32));
|
|
}
|
|
}
|
|
} |