This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
HelloWorld/autoit/HelloWorld.au3
2021-06-05 21:25:11 +00:00

3 lines
75 B
AutoIt

#AutoIt3Wrapper_Change2CUI=y
ConsoleWrite("Hello World !")
sleep(99999999)