8
1
Option Strict On
2
3
Imports System
4
Public Module Module1
5
Public Sub Main()
6
Console.WriteLine("Hello World!")
7
End Sub
8
End Module
Cached Result
Compilation error (line 15, col 35): Method must have a return type
Compilation error (line 15, col 35): More than one protection modifier
Compilation error (line 22, col 6): The name 'pyramidCount' does not exist in the current context
Compilation error (line 23, col 4): The name 'pyramidCount' does not exist in the current context
Compilation error (line 24, col 4): The name 'pyramidCount' does not exist in the current context
Compilation error (line 25, col 4): The name 'pyramidCount' does not exist in the current context
Compilation error (line 26, col 4): The name 'pyramidCount' does not exist in the current context
Compilation error (line 27, col 4): The name 'pyramidCount' does not exist in the current context
Compilation error (line 15, col 35): More than one protection modifier
Compilation error (line 22, col 6): The name 'pyramidCount' does not exist in the current context
Compilation error (line 23, col 4): The name 'pyramidCount' does not exist in the current context
Compilation error (line 24, col 4): The name 'pyramidCount' does not exist in the current context
Compilation error (line 25, col 4): The name 'pyramidCount' does not exist in the current context
Compilation error (line 26, col 4): The name 'pyramidCount' does not exist in the current context
Compilation error (line 27, col 4): The name 'pyramidCount' does not exist in the current context