Skip to content
Snippets Groups Projects
Commit cdec5445 authored by Quentin Leblanc's avatar Quentin Leblanc
Browse files

TP2

parent 8c67b131
No related branches found
No related tags found
No related merge requests found
../.idea/
target/
.idea/
name := "scala2020"
name := "TP2"
version := "0.1"
scalaVersion := "2.13.1"
scalaSource in Compile := baseDirectory.value / "src"
javaSource in Compile := baseDirectory.value / "java" / "src"
scalaSource in Test := baseDirectory.value / "test"
sbt.version = 1.3.7
\ No newline at end of file
File deleted
package ch.hepia.tp2
class Stack {
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment