Skip to content

Commit

Permalink
update height
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamSspirit committed Oct 20, 2024
1 parent f109a69 commit 2ec9374
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pub mod processing_instructions_program {
// With Anchor, you can just put instruction data in the function signature!

msg!("Welcome to the arena, {}!");
if height > 5 {
if height > 8 {
msg!("You can jump from this height length");
} else {
msg!("you can not jump because you are too short to handle height");
Expand Down

0 comments on commit 2ec9374

Please sign in to comment.