Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
x87 authored Aug 18, 2021
1 parent dac9af7 commit c77e712
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hello_world.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
var VK_F5 = 116;

while (true) {
wait(250);
if (isKeyPressed(VK_F5)) {
showTextBox("Hello world");
}
}

0 comments on commit c77e712

Please sign in to comment.