M
M
m0n0l1th2021-04-03 23:20:43
C++ / C#
m0n0l1th, 2021-04-03 23:20:43

How to remove C# hieroglyphs in value in VSCode?

When you click on Run Code, it gives this

Running] scriptcs "d:Codemain.cs"
"scriptcs" �� ���� ����७��� ��� ���譥�
��������, �ᯮ��塞�� �ணࠬ��� ��� ������ 䠩���.

[Done] exited with code=1 in 0.176 seconds


the code itself is the usual "hello world"

Before that, I downloaded the Run code and C# extensions from Microsoft

using System;
                    
public class Program
{
    public static void Main()
    {
        Console.WriteLine("Hello World");
    }
}

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question