This repository has been archived on 2025-02-26. You can view files and clone it, but cannot push or open issues or pull requests.
Files
carnetdejeu-crystal/src/controllers/home_controller.cr

6 lines
93 B
Crystal

class HomeController < ApplicationController
def index
render("index.slang")
end
end