Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
FooterManDev committed Mar 10, 2024
1 parent 965b976 commit cf3ca7d
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions FooterMan/topics/FooterMan.md
Original file line number Diff line number Diff line change
@@ -1,22 +1 @@
# FooterMan

Start typing here...

<tabs>
<tab title="Java">
<code-block lang="java">
class MyClass {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}
</code-block>
</tab>
<tab title="Kotlin">
<code-block lang="kotlin">
fun main() {
println("Hello, World!")
}
</code-block>
</tab>
</tabs>
# FooterMan

0 comments on commit cf3ca7d

Please sign in to comment.