mirror of
https://github.com/alecthomas/chroma.git
synced 2025-02-11 13:25:37 +02:00
8 lines
121 B
Plaintext
8 lines
121 B
Plaintext
Imports System
|
|
|
|
Public Module Hello
|
|
Public Sub Main( )
|
|
Console.WriteLine("hello, world")
|
|
End Sub
|
|
End Module
|