Skip to content
Snippets Groups Projects
Commit cf63c0cc authored by Laura Laurell's avatar Laura Laurell
Browse files

Merge branch 'korjausyritykset' into 'main'

Korjausyritykset

See merge request !1
parents 33cebfaa 47219076
Branches main
No related tags found
1 merge request!1Korjausyritykset
Pipeline #44993 passed
......@@ -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/"));
......
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment