From 7ae99b7a8e07a39a849463132e2e4f9029c58ab5 Mon Sep 17 00:00:00 2001 From: bhargak0 <96642943+bhargak0@users.noreply.github.com> Date: Sat, 25 Dec 2021 11:22:17 +0530 Subject: [PATCH] Create git hub action --- git hub action | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 git hub action 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); + } +}