const a = 1

function App() {
    return "Hello world";
}