Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
true or false
//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 void Main(string[] args) { //change the bool to true or false bool i = true; if(i) Console.WriteLine("The bool is true"); else Console.WriteLine("The bool is false"); } } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
OneAwayString
FileNameCharCheck
BreakNum2
Kopia
Reed Solomon Demo
compiled prog
Enum, TryParse, cast to enum
fgtyhi8uy7htr4e3qwcedf
Delegate test lambda
Just tries to add/remove items to the list
Please log in to post a comment.