Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
conditional Debug
//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 #define DEBUG using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using System.Diagnostics; namespace Rextester { public class Program { public static void Main(String[] args) { Boolean debug = false; CheckForDebug(ref debug); Console.WriteLine("debug = " + debug); } [Conditional("DEBUG")] public static void CheckForDebug(ref Boolean debug) { debug = true; } } }
run
|
edit
|
history
|
help
1
.net Q4
Fórum ➡ Border of a string S with at least 3 non-overlapping solutions ( optimized version ) ♦
dfgthytgrfedcf
math 10.97
Problem_binary
reverse linked list
Unity Wall Climbing script Version 1
project euler 18
Calculadora
The Fisher–Yates shuffle array extension method