From 73f7250900cdc16d0f10dd25a856304005cf4a8c Mon Sep 17 00:00:00 2001 From: Jasder <2053003901@@qq.com> Date: Wed, 3 Jun 2020 20:25:22 +0800 Subject: [PATCH] =?UTF-8?q?FIX=20=E8=BF=99=E6=98=AF=E6=88=91=E7=AC=AC?= =?UTF-8?q?=E4=BA=8C=E6=AC=A1=E4=BF=AE=E6=94=B9=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lae4rn.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lae4rn.rb b/lae4rn.rb index c782d47..513734d 100644 --- a/lae4rn.rb +++ b/lae4rn.rb @@ -1,3 +1,5 @@ def first_project puts "This is my first project" + + puts "seconde f" end