Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Scope variables
//Rextester.Program.Main is the entry point for your code. Don't change it. //Compiler version 4.0.30319.17929 for Microsoft (R) .NET Framework 4.5 using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public static int j=20; public static void Main(string[] args) { // int j = 30; Console.WriteLine(j); return; Console.WriteLine("Hello, world!"); } } }
run
|
edit
|
history
|
help
1
lookup test
Checking time span between two timezone times
Enumeration
Case where use of default constructor ( this() ) is mandatory
LCM Q 3
Array Foreach with sum
Terminus Code Example 1
BNV
C:\Documents and Settings\Админ\Рабочий стол\ШЭ информатика
http://codegolf.stackexchange.com/questions/82526/sum-it-up-with-a-digital-triangle C# solution