Laravel reoute retornar string

Route::get('/', function () {
    return 'Hello World';
});
Literate Lentil