Changes to inner and top

This commit is contained in:
folex 2020-12-30 16:47:02 +03:00
parent 31ab840cd0
commit d6413b9ab4
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
pub fn inner() -> String {
"inner MUCH CHANGE".to_string()
"SO SO inner MUCH CHANGE".to_string()
}

View File

@ -1,3 +1,3 @@
pub fn top() -> String {
"MUCH MUCH CHANGE TOP TOP top".to_string()
"NOT SO MUCH MUCH CHANGE TOP TOP top".to_string()
}