diff --git a/blog.md b/blog.md deleted file mode 100644 index f1721ec..0000000 --- a/blog.md +++ /dev/null @@ -1,8 +0,0 @@ -## My Blogpost 1 - wholesome -wuhp - -## My blogpost 2 - sadge -bubglub - -![cute autistic cartoon cat blushing](image.png) - diff --git a/main.zig b/main.zig deleted file mode 100644 index 18223c7..0000000 --- a/main.zig +++ /dev/null @@ -1,40 +0,0 @@ -const std = @import("std"); -pub fn main(init: std.process.Init) !void { - const xdxdx = try std.Io.Dir.readFileAlloc(std.Io.Dir.cwd(), init.io, "main.zig", init.gpa, .unlimited); - defer init.gpa.free(xdxdx); - std.debug.print("morbius {s} {s}\n", .{xdxdx, "morbius"}); - switch (f(.blub)) { - .hop => {}, - .jobb => {}, - } - const heee = h(); - std.debug.print("{any}\n", .{heee}); - var huhhh: std.ArrayList(u18) = .empty; - defer huhhh.deinit(init.gpa); - try huhhh.append(init.gpa, 3333); - const Vec3 = @Vector(3, u4); - const a: Vec3 = .{3, 4, 5}; - //const b: Vec3 = .{3, 4, 5}; - std.debug.print("{any}", .{@reduce(.Add, a)}); - //inline for (.{Gloob {}, Gleeeb {}}) |v| { - // v.morbiusss(); - //} -} - -//const Gloob = struct { -// fn morbiusss( self: @This ) void { -// } -//}; -const Gleeeb = struct { - fn morbiusss() void { - } -}; - -fn h() [4]u8 { - return .{3,4,2,1}; -} - -fn f(x: enum { glob, blub }) enum { hop, jobb } { - _ = x; - return .jobb; -} diff --git a/src/main.rs b/src/main.rs index 243b244..9031451 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,6 +1,6 @@ use std::io; use markdown::to_html; -use rss::{Channel, Item, ItemBuilder}; +use rss::{Channel, ItemBuilder}; fn main() -> io::Result<()> { let posts = std::env::args().skip(2).map(|f| {