VSCode go brrrrrrr

using System;

namespace Maths_for_Games
{
    class Program
    {
        static void Main(string[] args)
        {
            Console.WriteLine(Math.Pow(2, 24));
        }
    }
}

1 Like

:money_with_wings::money_with_wings::money_with_wings:

Privacy & Terms