-
-
Notifications
You must be signed in to change notification settings - Fork 631
Closed
Labels
enhancementAny code that improves the repoAny code that improves the repogood first issueGood for newcomersGood for newcomershacktoberfestHacktoberfest relatedHacktoberfest relatedhello worldSee: https://sampleprograms.io/projects/hello-world/See: https://sampleprograms.io/projects/hello-world/
Milestone
Description
Also, got this from Ben (see #1868).
If possible, please provide a link(s) to the language documentation to prove its existence:
If possible, please provide a code snippet of Hello World in the language:
HelloWorld.ahk
MsgBox , 0x30, Sample programs, Hello world!
Explanation
Breaking it down
0x30 defines which icon and buttons to display.
"Sample programs" is the title of the message box
Could simplify to this, if the default title, icon and buttons are OK
MsgBox, Hello world!
To run
AutoHotKey.exe HelloWorld.ahk
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementAny code that improves the repoAny code that improves the repogood first issueGood for newcomersGood for newcomershacktoberfestHacktoberfest relatedHacktoberfest relatedhello worldSee: https://sampleprograms.io/projects/hello-world/See: https://sampleprograms.io/projects/hello-world/
Type
Projects
Status
Done