Skip to content
Snippets Groups Projects
Commit cbbc1a86 authored by jez04's avatar jez04
Browse files

feat: :tada: initial commit

parent fc343158
No related merge requests found
Pipeline #2241 failed with stages
in 0 seconds
package cz.jezek.demospring;
import static org.junit.jupiter.api.Assertions.assertTrue;
import org.junit.jupiter.api.Test;
class DemoSpringApplicationTests {
@Test
void contextLoads() {
assertTrue(true);
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment