Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9984d23fb2 | |||
| 3f10bf44a1 |
8
java/Problem301.java
Normal file
8
java/Problem301.java
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user