Commit 2a76a087 by Patryk Czarnik

Utworzenie projektu

parents
/bin/
/.classpath
/.project
/.settings/
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());
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment