1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2025-12-10 08:46:41 +01:00
projekteuler/app/controllers/about_controller.rb

17 lines
156 B
Ruby

class AboutController < ApplicationController
def index
end
def info
end
def copyright
end
def legal
end
def roman_numerals
end
end