Creacion de proyecto

This commit is contained in:
2024-09-11 20:13:56 -03:00
commit 205e238428
62 changed files with 1337 additions and 0 deletions

4
bin/rake Normal file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env ruby
require_relative "../config/boot"
require "rake"
Rake.application.run