You've already forked linux-packaging-mono
Initial Debianization, imported from Debian 3.2.8 package
Former-commit-id: bb0edac46772972b4c99a84b8e1791f43b9195f5
This commit is contained in:
11
debian/icu-test.cs
vendored
Normal file
11
debian/icu-test.cs
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
public class MainClass
|
||||
{
|
||||
public static void Main()
|
||||
{
|
||||
System.Console.WriteLine("This should output (depending in your locales) something like:");
|
||||
System.Console.WriteLine("\"Thursday, 27 May 2004 22:14:01\"");
|
||||
System.Console.WriteLine("Actual Output:");
|
||||
System.Console.WriteLine("\""+System.DateTime.Now.ToString("F")+"\"");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user