Skip to content

Commit 94c2c01

Browse files
committed
Set up project structure
1 parent 2c2b12b commit 94c2c01

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ project/plugins/project/
1515
# Scala-IDE specific
1616
.scala_dependencies
1717
.worksheet
18+
*.xml
19+
.idea

build.sbt

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name := "lightning-scala"
2+
3+
version := "0.1.0"
4+
5+
scalaVersion := "2.10.3"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package org.viz.lightning
2+
3+
class Lightning ()
4+

0 commit comments

Comments
 (0)