Skip to content

Commit 90ca481

Browse files
authored
Create Expression
1 parent b5d6ebc commit 90ca481

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Expression

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
using System;
2+
3+
class Expression
4+
{
5+
static void Main()
6+
{
7+
Console.WriteLine((3522 + 52353) * 23 - (2336 * 501 + 23432 - 6743) * 3);
8+
}
9+
}

0 commit comments

Comments
 (0)