develop #1

Merged
MehrdadShirvani merged 35 commits from develop into main 2026-04-24 14:58:12 +00:00
2 changed files with 12 additions and 0 deletions
Showing only changes of commit 697091e45e - Show all commits
+5
View File
@@ -0,0 +1,5 @@
package movie.apis;
public class Genre {
//TODO
}
+7
View File
@@ -0,0 +1,7 @@
package movie.apis;
public class Main {
public static void main(String[] args) {
// TODO: Receive your data from here
}
}