Documentation
¶
Index ¶
- func CheckForFactor(base int, factor int) bool
- func CorrectTail(body string, tail rune) bool
- func CountPositivesSumNegatives(numbers []int) []int
- func CountSheeps(numbers []bool) int
- func DNAtoRNA(dna string) string
- func DoubleInteger(i int) int
- func EvenOrOdd(number int) string
- func Feast(beast string, dish string) bool
- func GetGrade(a, b, c int) rune
- func Goals(laLigaGoals, copaDelReyGoals, championsLeagueGoals int) int
- func Greet(name string) string
- func Hero(bullets, dragons int) bool
- func IsPalindrome(str string) bool
- func Litres(time float64) int
- func MakeUpperCase(str string) string
- func Maps(x []int) []int
- func Move(position int, roll int) int
- func MultiTable(number int) string
- func Multiply(a, b int) int
- func Namevar() string
- func NoSpace(word string) string
- func NthEven(n int) int
- func OddCount(n int) int
- func Past(h, m, s int) int
- func Points(games []string) int
- func PositiveSum(numbers []int) int
- func QuarterOf(month int) int
- func RepeatStr(repetitions int, value string) string
- func Solution(word string) string
- func SquareOrSquareRoot(arr []int) []int
- func SquareSum(numbers []int) int
- func SubtractSum(n int) string
- func ToAlternatingCase(str string) string
- func TwoSort(arr []string) string
- func Well(x []string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckForFactor ¶
func CorrectTail ¶
func CountSheeps ¶
func DoubleInteger ¶
func IsPalindrome ¶
func MakeUpperCase ¶
func MultiTable ¶
func PositiveSum ¶
func SquareOrSquareRoot ¶
func SubtractSum ¶
func ToAlternatingCase ¶
Types ¶
This section is empty.
Source Files
¶
- DNA-to-RNA-conversion.go
- alternating-case.go
- basic-variable-assignment.go
- beginner-lost-without-a-map.go
- beginner-series-2clock.go
- count-odd-numbers-below-n.go
- count-of-positives-sum-of-negatives.go
- counting-sheep.go
- even-or-odd.go
- find-the-unique-element.go
- function-1-hello-world.go
- function-3-multiplying-two-numbers.go
- get-n-even-number.go
- grasshopper-check-for-factor.go
- grasshopper-grade-book.go
- grasshopper-messi-goals-function.go
- grasshopper-terminal-game-combat-function.go
- grasshopper-terminal-game-move-function.go
- if-you-cant-sleep-just-count-sheep.go
- is-he-gonna-survive.go
- is-it-a-palindrome.go
- is-this-my-tail.go
- jenny-is-secret-message.go
- keep-hydrated.go
- makeUpperCase.go
- multiple-of-index.go
- multiplication-table-for-number.go
- quarter-of-the-year.go
- remove-string-spaces.go
- reversed-strings.go
- sort-and-star.go
- square-n-sum.go
- string-repeat.go
- subtract-the-sum.go
- sum-of-positive.go
- the-feast-of-many-beasts.go
- to-square(root)-or-not-to-square(root).go
- total-amount-of-points.go
- well-of-Ideas-easy-version.go
- you-cant-code-under-pressure.go
Click to show internal directories.
Click to hide internal directories.