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 a844ad1 commit e753139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/neoforged/dummytesting/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +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.");
System.out.println("It's actually that, trust me bro. shipiy");
}

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

1 comment on commit e753139

@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: e753139044e9561dead7ef9c7ebdef4619c67faf.

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 {
            includeModule('net.neoforged', 'dummy-testing-pr-publishing')
        }
    }
}

Please sign in to comment.