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