Skip to content

Commit eafe285

Browse files
authored
Update hello_world.dbg
1 parent ecf9bb4 commit eafe285

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Basics/hello_world.dbg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# It just a simple print message. The '?' at the first line of
1414
# this command, means that it should be evaluated using HyperDbg's
1515
# script engine. For more inforamtion, please take a look at :
16-
# https://docs.hyperdbg.com/commands/scripting-language
16+
# https://docs.hyperdbg.org/commands/scripting-language
1717
#
1818

19-
? printf("Hello world!");
19+
? printf("Hello world!");

0 commit comments

Comments
 (0)