From 6f67f30866721c2a4b5f92b4ed0a42732e5c6883 Mon Sep 17 00:00:00 2001 From: U-Zyn Chua Date: Tue, 1 May 2012 11:37:52 +0800 Subject: [PATCH] Hello World in 4GL (Fourth-generation programming language) http://en.wikipedia.org/wiki/Fourth-generation_programming_language --- #/4gl.4gl | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 #/4gl.4gl diff --git a/#/4gl.4gl b/#/4gl.4gl new file mode 100644 index 00000000..83af8e35 --- /dev/null +++ b/#/4gl.4gl @@ -0,0 +1,3 @@ +main + display "Hello World" +end main