Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
android_20250623
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Patryk Czarnik
android_20250623
Commits
c55acad0
Commit
c55acad0
authored
Jun 23, 2025
by
Patryk Czarnik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moduł typu Java/Kotlin library
parent
1d40e263
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
0 deletions
+22
-0
.gitignore
Projekt2/czysta_java/.gitignore
+2
-0
build.gradle
Projekt2/czysta_java/build.gradle
+8
-0
MyClass.java
...t2/czysta_java/src/main/java/alx/czysta_java/MyClass.java
+5
-0
Program.java
...t2/czysta_java/src/main/java/alx/czysta_java/Program.java
+7
-0
No files found.
Projekt2/czysta_java/.gitignore
0 → 100644
View file @
c55acad0
/build
\ No newline at end of file
Projekt2/czysta_java/build.gradle
0 → 100644
View file @
c55acad0
plugins
{
id
'java-library'
}
java
{
sourceCompatibility
JavaVersion
.
VERSION_11
targetCompatibility
JavaVersion
.
VERSION_11
}
\ No newline at end of file
Projekt2/czysta_java/src/main/java/alx/czysta_java/MyClass.java
0 → 100644
View file @
c55acad0
package
alx
.
czysta_java
;
public
class
MyClass
{
}
\ No newline at end of file
Projekt2/czysta_java/src/main/java/alx/czysta_java/Program.java
0 → 100644
View file @
c55acad0
package
alx
.
czysta_java
;
public
class
Program
{
public
static
void
main
(
String
[]
args
)
{
System
.
out
.
println
(
"Hello Java!"
);
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment