diff options
| author | 2022-03-03 10:11:01 +0100 | |
|---|---|---|
| committer | 2022-03-03 10:11:01 +0100 | |
| commit | 82624418d5940ef628a51ca07aa222073fa9a388 (patch) | |
| tree | 247c542ea5cf952889bd394d1bb3e3a32ee3932f /content/b/first.md | |
| parent | 12ddb91334e82c87f6318beea879eb53f1fd6f1c (diff) | |
change some things around
Diffstat (limited to 'content/b/first.md')
| -rw-r--r-- | content/b/first.md | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/content/b/first.md b/content/b/first.md deleted file mode 100644 index 291b364..0000000 --- a/content/b/first.md +++ /dev/null @@ -1,15 +0,0 @@ -+++ -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;} |