Minor fixes

This commit is contained in:
2023-06-25 16:48:43 +02:00
parent b05ddd5e18
commit 132894e924
4 changed files with 16 additions and 14 deletions

View File

@ -1,4 +1,3 @@
using System;
using Chksum.Utils;
public class Program {

View File

@ -1,12 +1,4 @@
using System;
using System.IO;
using Microsoft.Data.Sqlite;
// Go into folder
// Check if any file is in there
// If there is a file. Calculate md5sum > filename.md5
// If there is no file. Repeat
namespace Chksum.Utils;
public class ChksumUtils {