This is a dummy article in which I am using for testing out new functionalities, please kindly ignore this page. Thanks.
Opening
This is some more info Lorem ipsum dolor sit amet consectetur adipisicing elit. Natus, illo asperiores, ipsa hic optio vitae architecto odio mollitia quia tempore dolores officia nam id molestiae cupiditate officiis iste at vero?
Abstract
This is some more info hello. 内容あんま読んでないから自信ないけど
Preview
This is some more info Some(_)
is cool as well
Equation
- Schrödinger equation
- Matrices
Chapter 2
This is some more info Hello world hahaha
This is cool
graph TD;
Animal-->Cat;
Mermaid graph does not work in here 😥
lib.rs
#[pallet::config]
pub trait Config: frame_system::Config {
type Event: From<Event<Self>> + IsType<<Self as frame_system::Config>::Event>;
type MaxBytesInHash: Get<u32>;
}
#[pallet::event]
#[pallet::generate_deposit(pub(super) fn deposit_event)]
pub enum Event<T: Config> {
ClaimCreated(T::AccountId, BoundedVec<u8, T::MaxBytesInHash>),
ClaimRevoked(T::AccountId, BoundedVec<u8, T::MaxBytesInHash>),
}
sudo pacman -S p7zip unrar tar rsync exfat-utils fuse-exfat ntfs-3g flac jasper aria2
lscpu
uname -a # list kernel
sudo pacman -S linux-lts linux-lts-headers
yay -S ufw preload
#include <iostream>
- using namespace std;
int main() {
- cout << "hello" << endl;
+ std::cout << "hello" << std::endl;
return 0;
}
Chapter 3
- item 1
- item 2
- item 2.1
- item 2.2
- item 3
Here's a simple footnote,1 and here's a longer one.bignote
using System.Collections.Generic;
namespace MainProj
{
class Program
{
public static void Main(string[] args)
{
Console.WriteLine("Hello");
}
}
}