Skip to content
Snippets Groups Projects
Commit 98c6f21b authored by Khanh Nguyen's avatar Khanh Nguyen
Browse files

Merge branch 'Investigating' into 'master'

Merge to main branch

See merge request !31
parents f90ba7eb 84e82b66
No related branches found
No related tags found
1 merge request!31Merge to main branch
Pipeline #45035 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/"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment