Skip to content
Snippets Groups Projects
Commit ed4d6995 authored by Joonas Seppä's avatar Joonas Seppä
Browse files

Update SiteGen.java

parent 11996468
Branches korjattu
No related tags found
1 merge request!1Korjattu
Pipeline #45193 passed
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
......@@ -18,7 +18,7 @@ class SiteGen {
"<h1>" + siteTitle + "</h1>" +
"<ul>" + movieList.stream().map(i -> "<li>"+ i + "</li>").collect(Collectors.joining()) + "</ul>" +
"</body>" +
"<html>";
"</html>";
public static void main(String args[]) throws Exception {
Files.createDirectory(Paths.get("public/"));
......
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