From 5bc6c3a604a25d19d1efb0fee8da7a5281fbd541 Mon Sep 17 00:00:00 2001 From: "Riedl Kevin, Bsc. (WSDT)" Date: Sun, 21 Jun 2020 21:36:37 +0200 Subject: [PATCH 1/2] Update README.MD --- README.MD | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.MD b/README.MD index b525a23..cc3e02d 100644 --- a/README.MD +++ b/README.MD @@ -50,6 +50,13 @@ _Default functions, e.g. PrintLine, InputString, ..._ **Description:** _Create simple proof-of-work blockchains, create transactions, validate the blockchain and mine abin-Coins._ + +### quantum +**Identifier/Name (x64):** +`0000000001110001011101010110000101101110011101000111010101101101` + +**Description:** +_Utilize a small part of the Q# simulator api. E.g. create true random _ *** ## Why I made this From 63ddd07298481d5e60b123fc3e8c1dd9ab55d799 Mon Sep 17 00:00:00 2001 From: "Riedl Kevin, Bsc. (WSDT)" Date: Sun, 21 Jun 2020 21:36:58 +0200 Subject: [PATCH 2/2] Update README.MD --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index cc3e02d..c4efed9 100644 --- a/README.MD +++ b/README.MD @@ -56,7 +56,7 @@ _Create simple proof-of-work blockchains, create transactions, validate the bloc `0000000001110001011101010110000101101110011101000111010101101101` **Description:** -_Utilize a small part of the Q# simulator api. E.g. create true random _ +_Utilize a small part of the Q# simulator api. E.g. create true random._ *** ## Why I made this