We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c24c23d commit dcec6d8Copy full SHA for dcec6d8
src/pages/index.js
@@ -64,7 +64,7 @@ export default function Home() {
64
</span>
65
</h1>
66
<p className="max-w-screen-lg text-lg sm:text-2xl sm:leading-10 font-medium mb-10 sm:mb-11">
67
- An Java Programming learning website packed with information and programs ranging from{' '}
+ A Java Programming learning website packed with information and programs ranging from{' '}
68
<InlineCode>basics</InlineCode> , <InlineCode>arrays</InlineCode> ,{' '}
69
<InlineCode>string programs</InlineCode> to <InlineCode>2D arrays</InlineCode> ,{' '}
70
<InlineCode>recursion</InlineCode> , <InlineCode>matrices</InlineCode> and many more.
0 commit comments