Skip to content

Commit

Permalink
bugs fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzcankoseoglu committed Jan 25, 2018
1 parent 0afdb2d commit 8891699
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ConsoleApp1/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ static void Main(string[] args)

Console.WriteLine("Enter a number:");
num1 = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Your number is {num1}")
Console.WriteLine($"Your number is {num1}");
Console.ReadLine();
}
}
}

0 comments on commit 8891699

Please sign in to comment.