Remove testfiles

This commit is contained in:
Pablu23
2024-05-25 02:24:35 +02:00
parent 2fc8b8cffa
commit 5b27d4cba7
2 changed files with 1 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ pub fn main() !void {
const allocator = std.heap.page_allocator;
const stdin = std.io.getStdIn().reader();
var buf: [50]u8 = std.mem.zeroes([50]u8);
std.debug.print("Password: ", .{});
const input = try stdin.readUntilDelimiterOrEof(buf[0..], '\n') orelse return;
const pwd = std.mem.trimRight(u8, input[0 .. input.len - 1], "\r");

View File

@@ -1 +0,0 @@
Hallo das ist eine Test datei um zu testen ob man sachen verschlüsseln kann oder nicht :D