Skip to content

Commit

Permalink
feat(#9): storage usage
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Jun 5, 2024
1 parent 31d4db5 commit 5bed624
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.

use crate::xml::storage::init;

mod xml;

fn main() {
init();
println!("Hello, world!");
}

0 comments on commit 5bed624

Please sign in to comment.