My amazing descriptive commit message of what changes and why

This commit is contained in:
craigcowan2 2022-05-16 13:47:04 +01:00
parent 9fb9528bc3
commit e496ec1f4a
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
const reverseString = function() {
print("hello")
print("hellooo")
};
// Do not edit below this line