6 lines
80 B
Text
6 lines
80 B
Text
|
|
Module Program
|
||
|
|
Sub Main()
|
||
|
|
Console.Write(0^0)
|
||
|
|
End Sub
|
||
|
|
End Module
|