Skip to content

Commit 3448aec

Browse files
author
yzhou
committed
Adding some examples
1 parent 04e72e0 commit 3448aec

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

Examples/ExampleDataModel.value

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import Foundation
2+
3+
ExampleDataModel (ISHashable, ISCodable, ISCopying){
4+
# comment line 2
5+
String name
6+
# comment here
7+
Int name2
8+
}

Examples/ExampleDataModel2.value

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import Foundation
2+
3+
ExampleDataModel (ISCoding, ISCopying){
4+
# comment line 2
5+
String name
6+
# comment here
7+
Int name2
8+
}

0 commit comments

Comments
 (0)