-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Update CODEOWNERS #2286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Update CODEOWNERS #2286
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| * @actions/actions-runtime | ||
| https://docs.github.com/?search-overlay-open=true&search-overlay-ask-ai=true&search-overlay-input=Game%20code* @actions/actions-runtime | ||
|
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. val secret = (1..100).random()
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. val options = listOf("Rock", "Paper", "Scissors")
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. val fortunes = listOf("Guyyaa gaarii!", "Maallaqa argatta", "Of eeggannoo godhi", "Hiriyaan haaraa ni dhufa") |
||
|
|
||
|
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. val num1 = (1..10).random() |
||
| /packages/artifact/ @actions/artifacts-actions | ||
|
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. val lottoNumbers = List(6) { (1..49).random() }
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. // Chapa API fayyadamuun kaffaltii eegalchiisuu (Example) // Koodii kanaan gara 'Payment Gateway' tti qajeelchita |
||
| /packages/cache/ @actions/actions-cache | ||
|
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. import com.google.android.gms.ads.rewarded.RewardedAd class MainActivity : AppCompatActivity() { } |
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
val choices = listOf("ROCK", "PAPER", "SCISSORS")
val computerSelection = choices.random()
btn.setOnClickListener {
val userChoice = input.text.toString().uppercase()
}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
best code 2 5$ dollo money
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
6 code 10$ dollo money pleas
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
val roll = (1..6).random()
status.text = "Sabaqni kufe: $roll 🎲"