Skip to content

Commit

Permalink
#3236 newline
Browse files Browse the repository at this point in the history
  • Loading branch information
c71n93 committed Jul 8, 2024
1 parent fb8e118 commit 8fdeef3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
int main() {
printff("Hello\n");
return 0;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
JNIEXPORT jint JNICALL Java_org_eolang_maven_JniStub_returnParam
(JNIEnv* env, jclass klass, jint param) {
return param;
}
}

0 comments on commit 8fdeef3

Please sign in to comment.