From cef59212727b9d1633d70f06e99a9727362e570c Mon Sep 17 00:00:00 2001
From: l2m2 <l2m2lq@gmail.com>
Date: Tue, 11 Feb 2020 11:13:04 +0800
Subject: [PATCH] upload.

---
 src/decimal-demo.js | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/decimal-demo.js b/src/decimal-demo.js
index 8a80e08..4a88645 100644
--- a/src/decimal-demo.js
+++ b/src/decimal-demo.js
@@ -6,4 +6,6 @@ var Decimal = require('decimal.js');
 // print(z);
 
 var z = Number(Decimal.sub(.3, .1));
-print(z);
\ No newline at end of file
+print(z);
+
+// test
\ No newline at end of file
-- 
2.21.0