Inital scream

This commit is contained in:
Liliesh 2026-03-03 20:16:41 +01:00
commit 6feaada7da
Signed by untrusted user who does not match committer: liliesh
GPG key ID: 680387646C7BAE8E
11 changed files with 120 additions and 0 deletions

5
src/Main.kt Normal file
View file

@ -0,0 +1,5 @@
//TIP To <b>Run</b> code, press <shortcut actionId="Run"/> or
// click the <icon src="AllIcons.Actions.Execute"/> icon in the gutter.
fun main() {
println("Gurr Gurr");
}