public/subjects/hello
xpetit 46f4ddc49e
Simplify prompt, execution of Go programs, fix typos
2021-04-28 11:47:34 +02:00
..
README.md Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00

README.md

hello

Instructions

Write a program that displays "Hello World!" followed by a newline ('\n').

Usage

$ go run .
Hello World!
$