From 9302dd096cecc3cf7d54f074b4a994c9840a97d3 Mon Sep 17 00:00:00 2001 From: Justin Kennedy Date: Fri, 22 Nov 2024 18:20:15 +0100 Subject: [PATCH] basic hello world repo has been archived --- motoko/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/motoko/README.md b/motoko/README.md index 0dc01850e..a07fa856a 100644 --- a/motoko/README.md +++ b/motoko/README.md @@ -10,7 +10,6 @@ These examples show the Motoko language as a backend language for the IC, operat - [`counter`](https://github.com/dfinity/examples/tree/master/motoko/counter) -- basic (stable) variable demo. - [`echo`](https://github.com/dfinity/examples/tree/master/motoko/echo) -- basic query function demo. - [`factorial`](https://github.com/dfinity/examples/tree/master/motoko/factorial) -- basic factorial demo. -- [`hello-world`](https://github.com/dfinity/examples/tree/master/motoko/hello-world) -- basic hello world demo. - [`hello_cycles`](https://github.com/dfinity/examples/tree/master/motoko/hello_cycles) -- basic cycles demo. - [`persistent-storage`](https://github.com/dfinity/examples/tree/master/motoko/persistent-storage) -- basic stable var demo. - [`whoami`](https://github.com/dfinity/examples/tree/master/motoko/whoami) -- basic caller identification demo.