1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-02-11 13:25:37 +02:00
chroma/lexers/testdata/vbnet.actual
2018-12-03 20:38:33 -10:00

8 lines
121 B
Plaintext

Imports System
Public Module Hello
Public Sub Main( )
Console.WriteLine("hello, world")
End Sub
End Module