From 6bc0a987a8c661f21835ec7a37eb1a3e964628ae Mon Sep 17 00:00:00 2001
From: Andreas Herten <a.herten@fz-juelich.de>
Date: Thu, 30 Mar 2017 10:31:17 +0200
Subject: [PATCH] add Readme

---
 README.md | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b3f19f2
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+# CUDA Hello World
+
+Simple example which prints `Hello World` using CUDA and the GPU. Original code by [Ingemar Ragnemalm](http://computer-graphics.se/hello-world-for-cuda.html), extended to include error-checking macros.
-- 
GitLab