Skip to content

Instantly share code, notes, and snippets.

@taka2
Created June 24, 2011 09:47
Show Gist options
  • Select an option

  • Save taka2/1044514 to your computer and use it in GitHub Desktop.

Select an option

Save taka2/1044514 to your computer and use it in GitHub Desktop.
Console.WriteLineが実行されない
Imports System
Class Test
Public Shared Sub Main
Hoge()
End Sub
Public Shared Function Hoge
Return 0
Console.WriteLine("abc")
End Function
End Class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment