diff --git a/hello.c b/hello.c
new file mode 100644
index 0000000000000000000000000000000000000000..614369a86f223d72da7c88370b279fdb4b95011e
--- /dev/null
+++ b/hello.c
@@ -0,0 +1,6 @@
+#include <stdio.h>
+
+int main(void) {
+	printf("Hello, World!\n");
+	return 0;
+}