8 lines
108 B
C#
8 lines
108 B
C#
|
public class App
|
||
|
{
|
||
|
public static void Main()
|
||
|
{
|
||
|
object a = uint.MaxValue - ushort.MaxValue;
|
||
|
}
|
||
|
}
|