add Rational

This commit is contained in:
2026-04-23 01:32:34 +03:30
parent 46fdb36a09
commit e3d18097cd
6 changed files with 115 additions and 0 deletions
+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
}
}