hello, world

using System;

public class Sample {
    public static void Main(string[] args) {
        Console.WriteLine("hello, world");
    }
}

はたいたかし
http://exlight.net/
2002-03-06
Home > 開発 > C#/.NET