From fa90c24e6940b1a91be73213199f8d28580049a7 Mon Sep 17 00:00:00 2001 From: DoddaMohanSeshu <159251193+DoddaMohanSeshu@users.noreply.github.com> Date: Wed, 22 May 2024 11:56:26 +0530 Subject: [PATCH] Set up CI with Azure Pipelines [skip ci] --- azure-pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 0000000..70fd330 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,5 @@ +public class HelloWorld { + public static void main(String[] args) { + System.out.println("Hello, World!"); + } +}