1[
2 {"type":"Keyword","value":"Imports"},
3 {"type":"Text","value":" "},
4 {"type":"NameNamespace","value":"System"},
5 {"type":"Text","value":"\n\n"},
6 {"type":"Keyword","value":"Public"},
7 {"type":"Text","value":" "},
8 {"type":"Keyword","value":"Module"},
9 {"type":"Text","value":" "},
10 {"type":"NameNamespace","value":"Hello"},
11 {"type":"Text","value":"\n "},
12 {"type":"Keyword","value":"Public"},
13 {"type":"Text","value":" "},
14 {"type":"Keyword","value":"Sub"},
15 {"type":"Text","value":" "},
16 {"type":"NameFunction","value":"Main"},
17 {"type":"Punctuation","value":"("},
18 {"type":"Text","value":" "},
19 {"type":"Punctuation","value":")"},
20 {"type":"Text","value":"\n "},
21 {"type":"Name","value":"Console"},
22 {"type":"Punctuation","value":"."},
23 {"type":"Name","value":"WriteLine"},
24 {"type":"Punctuation","value":"("},
25 {"type":"LiteralString","value":"\"hello, world\""},
26 {"type":"Punctuation","value":")"},
27 {"type":"Text","value":"\n "},
28 {"type":"Keyword","value":"End"},
29 {"type":"Text","value":" "},
30 {"type":"Keyword","value":"Sub"},
31 {"type":"Text","value":"\n"},
32 {"type":"Keyword","value":"End"},
33 {"type":"Text","value":" "},
34 {"type":"Keyword","value":"Module"},
35 {"type":"Text","value":"\n"}
36]
View as plain text