mirror of
https://litchi.icu/ngc2207/judge.git
synced 2025-05-19 09:37:14 +00:00
6 lines
55 B
TypeScript
6 lines
55 B
TypeScript
|
function App() {
|
||
|
return null;
|
||
|
}
|
||
|
|
||
|
export default App;
|