Initial commit

This commit is contained in:
Claudio Maggioni 2016-12-22 20:12:45 +01:00 committed by Gogs
commit 0b57819bbd
2 changed files with 22 additions and 0 deletions

19
.gitignore vendored Normal file
View File

@ -0,0 +1,19 @@
# ---> Scala
*.class
*.log
# sbt specific
.cache
.history
.lib/
dist/*
target/
lib_managed/
src_managed/
project/boot/
project/plugins/project/
# Scala-IDE specific
.scala_dependencies
.worksheet

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# ProgrammingInScala
Esercizi da "Programming in Scala"