Skip to content
Snippets Groups Projects
Commit 8c7822ad authored by Andreas Schärtl's avatar Andreas Schärtl
Browse files

Add graphcli stub

- I'm going to use graphcli to explore the GraphDB Java interface
  as the tutorials use Java.

- I'll look into Scala later (ideally tomorrow).
parent a8cb273e
No related branches found
No related tags found
No related merge requests found
target
.idea
graphcli.iml
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>me.schaertl</groupId>
<artifactId>graphcli</artifactId>
<version>indev</version>
</project>
\ No newline at end of file
package me.schaertl.graphcli;
public class Main {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}
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