Skip to content

Commit 98f0b0a

Browse files
Merge pull request #1 from devcontributeatgithub/main
Create CodeLamaHackathonApplication.java
2 parents f106e8b + b72f1ea commit 98f0b0a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
package com.example.codelama;
2+
3+
import org.springframework.boot.SpringApplication;
4+
import org.springframework.boot.autoconfigure.SpringBootApplication;
5+
6+
@SpringBootApplication
7+
public class CodeLamaHackathonApplication {
8+
9+
public static void main(String[] args) {
10+
SpringApplication.run(CodeLamaHackathonApplication.class, args);
11+
}
12+
13+
}

0 commit comments

Comments
 (0)