「VB.NET」実行ファイルを作成するサンプル
使用例
Module ModuleTest Sub Main() Dim cft As String = "this is a test" Console.WriteLine(cft) 'this is a test Console.ReadKey() 'ユーザーの入力を待つ End Sub End Module
Coding Changes the World
使用例
Module ModuleTest Sub Main() Dim cft As String = "this is a test" Console.WriteLine(cft) 'this is a test Console.ReadKey() 'ユーザーの入力を待つ End Sub End Module