File: gen-guid.cs

package info (click to toggle)
banshee-community-extensions 2.4.0-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 7,860 kB
  • sloc: cs: 40,928; sh: 11,225; cpp: 1,805; makefile: 1,070; xml: 848; ansic: 450
file content (5 lines) | stat: -rw-r--r-- 117 bytes parent folder | download | duplicates (3)
1
2
3
4
5
public class T {
    public static void Main () {
        System.Console.WriteLine (System.Guid.NewGuid ());
    }
}