From 89153e93b17ac9aeb0334b7cba711af0be2dc747 Mon Sep 17 00:00:00 2001 From: Sally Guo Date: Sat, 13 Oct 2018 12:22:56 -0400 Subject: [PATCH] Add hello world in R in Chinese --- .DS_Store | Bin 18436 -> 18436 bytes R/niHaoShiJie.r | 4 ++++ 2 files changed, 4 insertions(+) create mode 100644 R/niHaoShiJie.r diff --git a/.DS_Store b/.DS_Store index afb2398ad34726a35f0bcc7351d90128e0739e90..57817fbf7ec7075b55e53033bf7aed6441586539 100644 GIT binary patch delta 51 zcmV-30L=e{kO72{0gz7tx3N&W9|2FZ3?PF9lf5L4vw0Y{Zy&C%f diff --git a/R/niHaoShiJie.r b/R/niHaoShiJie.r new file mode 100644 index 000000000..9f59f03fe --- /dev/null +++ b/R/niHaoShiJie.r @@ -0,0 +1,4 @@ +# That's 'Hello World' in Chinese :p +print('ni hao, shi jie!') + +print('你好,世界')