class HelloWorldController

def index

def index
  @hello_world_props = { name: "Stranger" }
end