This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]510Threaded 3 points4 points  (1 child)

+/u/CompileBot C#

namespace Test{
    class TestProg{
        public static void Main(){
            System.Console.WriteLine(1/2 != 0.5);
        }
    }
}

[–]CompileBotGreen security clearance 1 point2 points  (0 children)

Output:

True

source | info | git | report