diff --git a/README.md b/README.md index 140746d..052ff72 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,3 @@ This project was compiled with Visual Studio Professional 2015. ## Contributing I created this project with a very basic understanding of developing C# desktop applications and contributions are extremely welcome! - diff --git a/percentage/percentage/Program.cs b/percentage/percentage/Program.cs index 2b607cc..0e58ed0 100644 --- a/percentage/percentage/Program.cs +++ b/percentage/percentage/Program.cs @@ -4,7 +4,7 @@ namespace percentage { static class Program - { + { /// /// The main entry point for the application. ///