I'M trying to build a simple Console.WriteLine program in mono. It build with no errors but there is not output for what I have coded it to say. All I'M getting is

---------------Done----------------
Build Successful.

Thanks.

If your build was succesfull that means alot!
It means the compiler did not find any errors in your programming code.
The compiler generated an executable called MyProgramHoweveriIt'sCalled.exe
The only thing you need to do is fire the command to execute that executable, but I don't know how that is done in Mono. Look up your documentation.
Succes!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.