Created
June 24, 2011 09:47
-
-
Save taka2/1044514 to your computer and use it in GitHub Desktop.
Console.WriteLineが実行されない
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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