From 188784ed024a6d68aac87eafac4b774a2b06414d Mon Sep 17 00:00:00 2001 From: SourceFellows Date: Wed, 21 Oct 2020 06:09:16 +0200 Subject: [PATCH] umorganisation der links --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3076df5..ab88c2a 100644 --- a/README.md +++ b/README.md @@ -11,16 +11,16 @@ Der aktuelle Stand befinden sich immer unter: https://github.com/SourceFellows/g Folgende Beispielprojekte sind in diesem Repository enthalten: * 1 Einführung - * [cplusplus](hello-world/cplusplus) - * [go](hello-world/go) - * [java](hello-world/java) - * [javascript](hello-world/javascript) - * [python](hello-world/python) - * [typescript](hello-world/typescript) * [hello-interface](hello-interface) * [hello-channel](hello-channel) * [hello-go-channel](hello-go-channel) * [hello-channel-post](hello-channel-post) + * [cplusplus](hello-world/cplusplus) - Compilierzeiten + * [go](hello-world/go) - Compilierzeiten + * [java](hello-world/java) - Compilierzeiten + * [javascript](hello-world/javascript) - Compilierzeiten + * [python](hello-world/python) - Compilierzeiten + * [typescript](hello-world/typescript) - Compilierzeiten * 2 Die Grundlagen von Go * [collection-array](go-language-sample/collection-array)