Files
linguist/samples/Stata/hello.ado
mwhite-IPA 8f02926d68 Added .ado and .sthlp samples for Stata.
The author of this message, mwhite-IPA, is the source of these samples.
2014-03-19 17:33:26 -04:00

6 lines
52 B
Plaintext

program hello
vers 13
display "Hello world!"
end