Delete MyProjectService.kt

This commit is contained in:
Nebojsa Vuksic 2025-07-23 14:52:52 +02:00
parent ed0629a2ad
commit 9a6945d9e1

View File

@ -1,8 +0,0 @@
package org.jetbrains.plugins.template.services
import com.intellij.openapi.components.Service
@Service
class MyProjectService() {
fun getRandomNumber() = (1..100).random()
}