Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e3f99c4

Browse files
[yuvrajs] Setting up the repository
1 parent 8589382 commit e3f99c4

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

‎.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,8 @@
2121

2222
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
2323
hs_err_pid*
24+
25+
.classpath
26+
.project
27+
target/
28+
.settings

‎pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<modelVersion>4.0.0</modelVersion>
3+
<groupId>com.ysingh</groupId>
4+
<artifactId>java-functional-programming</artifactId>
5+
<version>0.0.1-SNAPSHOT</version>
6+
<name>java-functional-programming</name>
7+
</project>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /