[_sourcecode language='csharp']
string s = “Hello World”;
System.Console.WriteLine(s);
[_/sourcecode]
And it will turn up like this:
1: string s = “Hello World”;
2: System.Console.WriteLine(s);
A blog about all technology that interests me. Mostly .Net C#, ASP.Net, Windows, Scrum and agile software development in general.
1: string s = “Hello World”;
2: System.Console.WriteLine(s);
0 kommentarer:
Post a Comment