problem7

command
v0.0.0-...-cb75c49 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 27, 2025 License: MIT Imports: 0 Imported by: 0

README

Problem 7

Create a function that takes a number as an argument and returns the highest digit in that number.

highestDigit(379) // 9

highestDigit(2) // 2

highestDigit(377401) // 7

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL