commit ae6e347b838f844fc81937fe6d06dd770ffde190 Author: Jasder <2053003901@@qq.com> Date: Wed Jun 3 20:19:34 2020 +0800 ADD file diff --git a/lae4rn.rb b/lae4rn.rb new file mode 100644 index 0000000..c782d47 --- /dev/null +++ b/lae4rn.rb @@ -0,0 +1,3 @@ +def first_project + puts "This is my first project" +end