From 622b65a5afa0c0c807357c8411052df0bdc2a4c0 Mon Sep 17 00:00:00 2001 From: Patricia Aas Date: Tue, 5 Oct 2021 15:05:42 +0200 Subject: [PATCH] Add Hello World exercise --- exercises/12/README.md | 2 ++ exercises/12/godbolt/README.md | 7 +++++++ 2 files changed, 9 insertions(+) create mode 100644 exercises/12/godbolt/README.md diff --git a/exercises/12/README.md b/exercises/12/README.md index 40bdec3..92cf59f 100644 --- a/exercises/12/README.md +++ b/exercises/12/README.md @@ -1 +1,3 @@ [< Back](../README.md) + +* [Exercise: Hello Godbolt](godbolt/README.md) diff --git a/exercises/12/godbolt/README.md b/exercises/12/godbolt/README.md new file mode 100644 index 0000000..73f530b --- /dev/null +++ b/exercises/12/godbolt/README.md @@ -0,0 +1,7 @@ +# Exercise: Hello Godbolt + +## Background: Godbolt + +## Exercise + +1. Play with Hello World on [Godbolt](https://godbolt.org/z/obveM6o7n)