Latest version of slideS

This commit is contained in:
Julien Lengrand-Lambert
2021-03-19 10:42:36 +01:00
parent 53cdfb79b7
commit 0494975e83
29 changed files with 949 additions and 12 deletions

View File

@@ -49,12 +49,6 @@ public class GithubDataGrabber {
System.out.println(TEMPLATES.get("java").getValue0());
System.out.println(TEMPLATES.get("java").getValue1());
// github.createRepository("theoneandonlytest")
// .fromTemplateRepository(
// TEMPLATES.get("java").getValue0(),
// TEMPLATES.get("java").getValue1()
// ).create();
}
public Set<String> getLanguages() throws IOException {