From fb6896019a999e939dd7f12196722e55bf852e1b Mon Sep 17 00:00:00 2001 From: Nick Tchayka Date: Tue, 5 Sep 2023 13:20:16 +0100 Subject: Add features --- src/pages/index.tsx | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/pages') diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 8644ef8..ccff804 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -58,17 +58,6 @@ export default function Home(): JSX.Element {
- - {`module Main where - -main :: IO () -main = putStrLn "Hello, World!"`} - -

If you're reading this, you probably found it by accident. This is a WIP project, and the site is far from finished. If you're curious -- cgit