/hello
Hello World
Route::get('/hello', function () { return 'Hello World'; });
Pro tip: use ```triple backticks around text``` to write in code fences