Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
kurs_java_alx_20240321
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
kurs_java_alx_20240321
Commits
2a76a087
Commit
2a76a087
authored
Mar 22, 2024
by
Patryk Czarnik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Utworzenie projektu
parents
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
.gitignore
.gitignore
+4
-0
Hello.java
src/hello/Hello.java
+12
-0
No files found.
.gitignore
0 → 100644
View file @
2a76a087
/bin/
/.classpath
/.project
/.settings/
src/hello/Hello.java
0 → 100644
View file @
2a76a087
package
hello
;
import
java.time.LocalDateTime
;
public
class
Hello
{
public
static
void
main
(
String
[]
args
)
{
System
.
out
.
println
(
"Hejka, tu Eclipse"
);
System
.
out
.
println
(
"Data i czas: "
+
LocalDateTime
.
now
());
}
}
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