Assignment2 algorithm solution.

This commit is contained in:
2022-12-04 20:53:01 +01:00
parent 8d25208c83
commit ee5e17f444
4 changed files with 178 additions and 5 deletions

View File

@@ -6,6 +6,9 @@ body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
textarea {
display: block;
}
#answer {
color: purple
}