We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8589382 commit e3f99c4Copy full SHA for e3f99c4
.gitignore
@@ -21,3 +21,8 @@
21
22
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
23
hs_err_pid*
24
+
25
+.classpath
26
+.project
27
+target/
28
+.settings
pom.xml
@@ -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