[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / test-2.cs
blob3f2b00953161473793d12866e50f8e5dbedc1549
1 class X {
2 public static int Main (string [] args)
4 System.Console.WriteLine ("Hello, World");
5 return 0;