8fc30896db
Former-commit-id: c477e03582759447177c6d4bf412cd2355aad476
12 lines
146 B
C#
12 lines
146 B
C#
using System;
|
|
|
|
public class B
|
|
{
|
|
public static void Main ()
|
|
{
|
|
int a = 1_0_3;
|
|
double b = 0__0e+1_1;
|
|
int c = 0b__1_0;
|
|
int d = 0x__F_0;
|
|
}
|
|
} |