04_numeronym/

directory
v0.0.0-...-cf576ff Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2020 License: Apache-2.0

README

Lab 4 - Numeronym

  • Create an executable go program in directory 04_numeronym/USERNAME
  • Write a function that returns a slice of numeronyms for its input strings:
func numeronyms(vals ...string) []string

Call fmt.Println(numeronyms("accessibility", "Kubernetes", "abc")) in main to print:

[a11y K8s abc]

Jump to

Keyboard shortcuts

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