chroma/lexers/testdata/vbnet.actual

8 lines
121 B
Text
Raw Permalink Normal View History

2025-03-22 20:46:00 +13:00
Imports System
Public Module Hello
Public Sub Main( )
Console.WriteLine("hello, world")
End Sub
End Module