From f92c68616eab516dafb26fb88c5dd17b12c8b7d1 Mon Sep 17 00:00:00 2001 From: William Suggs Date: Mon, 2 Mar 2009 13:41:45 +0800 Subject: [PATCH] Added nice --- n/nice.nice | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 n/nice.nice diff --git a/n/nice.nice b/n/nice.nice new file mode 100644 index 00000000..33346a26 --- /dev/null +++ b/n/nice.nice @@ -0,0 +1,3 @@ +void main(String[] args){ + println("hello world"); +} \ No newline at end of file