Changement pour hugo

This commit is contained in:
Yannick Francois
2018-03-29 10:19:15 +02:00
commit a6421e78fa
389 changed files with 8423 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
ELEPHANT="elephant"
FILE="test_file"
File.open(FILE,"w") do |f|
f.puts ELEPHANT
end