2 Commits
p345 ... p301

Author SHA1 Message Date
9984d23fb2 add soln p301 2025-04-21 21:08:17 -07:00
3f10bf44a1 Merge branch 'p345'
* p345:
  add p345 solution
2025-04-21 21:04:44 -07:00

8
java/Problem301.java Normal file
View File

@@ -0,0 +1,8 @@
public class Problem301 {
public static void main(String[] args) {
System.out.println("1. Go to wolframalpha.com");
System.out.println("2. Type 'what is the 32nd fibonacci number'");
System.out.println("3. ???");
System.out.println("4. profit");
}
}