Skip to content

Commit

Permalink
Update Main.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt authored Dec 26, 2023
1 parent 947722a commit ca77289
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/net/neoforged/dummytesting/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ public class Main {

public static void main(String[] args) {
System.out.println("Sum: " + add(Stream.of(args).mapToInt(Integer::valueOf).toArray()));
System.out.println("It's actually that, trust me bro");
}

public static int add(int... values) {
Expand Down

2 comments on commit ca77289

@neoforged-pr-publishing
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Publish PR to GitHub Packages

Last commit published: ca7728903aee869a71db2755fd1feacb326aaf40.

PR Publishing

The artifacts published by this PR:

Repository Declaration

In order to use the artifacts published by the PR, add the following repository to your buildscript:

repositories {
    maven {
        name 'Maven for PR #1' // https://github.com/neoforged/dummy-testing-pr-publishing/pull/1
        url 'https://prmaven.neoforged.net/dummy-testing-pr-publishing/pr1'
        content {

        }
    }
}

@neoforged-pr-publishing
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Publish PR to GitHub Packages

Last commit published: ca7728903aee869a71db2755fd1feacb326aaf40.

PR Publishing

The artifacts published by this PR:

Repository Declaration

In order to use the artifacts published by the PR, add the following repository to your buildscript:

repositories {
    maven {
        name 'Maven for PR #1' // https://github.com/neoforged/dummy-testing-pr-publishing/pull/1
        url 'https://prmaven.neoforged.net/dummy-testing-pr-publishing/pr1'
        content {

        }
    }
}

Please sign in to comment.