RosettaCodeData/Task/Variables/C-sharp/variables-3.cs
2023-07-01 13:44:08 -04:00

5 lines
43 B
C#

int a = 4;
int b;
int c = Func(a);
b = 5;