using System; class Hello { static void Main() { Console.WriteLine("hello, world"); } }
I am not sure what you want to say :-)
It looks like that service is no longer available.Have you tried Compilr's Service?
Hi BruceNo I havent...Why would that be handy?What are you using it for?CU
//Hello Peter//How r u;
use frosthawk.net :P way easier to use than compilr.com if you just going to try building C# code.No need for signup, edit box on frontpage, hit ctrl+shift+b to build. easy peasy :D
frosthawk.netCool stuff! Feature requests: - Allow execution and return result to another window/frame - Intellisense - Allow usage of .NET 4 - Color in text editor for keywordsAnyway http://frosthawk.net is cool!
7 comments:
using System;
class Hello {
static void Main() {
Console.WriteLine("hello, world");
}
}
I am not sure what you want to say :-)
It looks like that service is no longer available.
Have you tried Compilr's Service?
Hi Bruce
No I havent...
Why would that be handy?
What are you using it for?
CU
//Hello Peter
//How r u;
use frosthawk.net :P way easier to use than compilr.com if you just going to try building C# code.
No need for signup, edit box on frontpage, hit ctrl+shift+b to build. easy peasy :D
frosthawk.net
Cool stuff!
Feature requests:
- Allow execution and return result to another window/frame
- Intellisense
- Allow usage of .NET 4
- Color in text editor for keywords
Anyway http://frosthawk.net is cool!
Post a Comment