#15117: 請問這個為什麼會被系統說無法編譯


s11113118 (甘)


 

using System;

namespace ConsoleApp1{


static void Main(string[] args){
string x = "";

while (x != null){

x = Console.ReadLine();
Console.WriteLine("hello, " + x);

}
}
}

#15120: Re:請問這個為什麼會被系統說無法編譯


anandrewboy70900 (ShowTsai)


這是C#