diff --git a/git hub action b/git hub action new file mode 100644 index 00000000..0b5ea13f --- /dev/null +++ b/git hub action @@ -0,0 +1,9 @@ +public class App +{ + public static void main( String[] args ) + { + DeepThought ourSuperComputer = new DeepThought(); + int ans = ourSuperComputer.answer_to_the_ultimate_question_of_life_the_universe_and_everything(); + System.out.println(ans); + } +}