Skip to content

Commit

Permalink
Trying out settings
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBobolz committed Jun 21, 2023
1 parent 58015e1 commit 5e3ee17
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"vscode": {
"settings": {},
"extensions": [
"streetsidesoftware.code-spell-checker"
//"streetsidesoftware.code-spell-checker"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.0'
implementation 'org.cryptimeleon:math:3.+'
implementation 'org.cryptimeleon:craco:3.+'
implementation 'org.cryptimeleon:craco:4.+'
}

test {
Expand Down
4 changes: 4 additions & 0 deletions src/main/java/PointchevalSandersExampleCode.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,8 @@ public static void doComputations() {
}
System.out.println("Done!");
}

public static void main(String[] args) {
doComputations();
}
}

0 comments on commit 5e3ee17

Please sign in to comment.