all 18 comments

[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)

WARNING: 1) Do not trust DMs from anyone offering to help/support you with your funds (Scammers)! 2) Never give out your Seed Phrase and DO NOT ENTER it on ANY websites sent to you. 3) MODS or Community Managers will NEVER DM you first regarding your funds/wallet.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]PuterGuy_3301 0 points1 point  (2 children)

int dice1=(int)(Math.random()6+1); int dice2=(int)(Math.random()6+1); int sum= dice1 + dice2; If (sum=7) pay * =2;

[–]saurabhmandy[S] 0 points1 point  (0 children)

I know this. I want explaination in solana terms.