From 82624418d5940ef628a51ca07aa222073fa9a388 Mon Sep 17 00:00:00 2001 From: lemon Date: Thu, 3 Mar 2022 10:11:01 +0100 Subject: change some things around --- content/w/first.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 content/w/first.md (limited to 'content/w/first.md') diff --git a/content/w/first.md b/content/w/first.md new file mode 100644 index 0000000..291b364 --- /dev/null +++ b/content/w/first.md @@ -0,0 +1,15 @@ ++++ +title = "test post" +date = 2022-02-02 ++++ + +# test +lorem ipsum dolor sit amet + + u16 rng(u16 s){ + s^=s<<8,s=(s<<8 + |s>>8)^((s&0xff + )<<1),s=0x7e00^ + (s>>1)^(0x9e74& + -(~s&1));return + 46497^s?s:s^s;} -- cgit v1.2.3