public/subjects/printalphabet/README.md

364 B

printalphabet

Instructions

Write a program that prints the Latin alphabet in lowercase on a single line.

A line is a sequence of characters preceding the end of line character ('\n').

Usage

$ go run .
abcdefghijklmnopqrstuvwxyz
$

Notions