From 7839965e92b346cc505ec3c02d6127aa76c85fcd Mon Sep 17 00:00:00 2001 From: Emmett McDow Date: Fri, 16 Aug 2024 06:35:15 -0700 Subject: [PATCH 1/5] Adds mission statement --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5b4e00a --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# helloworld +This project aims to create the most +- robust +- scalable +- future-proof +- innovative +- AI-infused +- blockchain-y +- aesthetically pleasing +- concurrent +- best-practiced +- test-driven +- deterministic +- cool +- non-deterministic +- B2B SAAS +- free +- open-source +- containerized +- embedded + +... hello world script ever. + +Make a PR and join the future. From e16bb7106e025c5278d4d881004c0553ded1304b Mon Sep 17 00:00:00 2001 From: davidsonpoole <42754799+davidsonpoole@users.noreply.github.com> Date: Sat, 17 Aug 2024 22:47:47 -0400 Subject: [PATCH 2/5] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5b4e00a..ddbedf1 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ This project aims to create the most - robust - scalable - future-proof +- secure - innovative - AI-infused - blockchain-y @@ -22,3 +23,8 @@ This project aims to create the most ... hello world script ever. Make a PR and join the future. + +Rules: +- Each run must only print "Hello, world!" +- The total runtime must be <=1 second. + From bd06e174863e3af9eec1f4964a44fdd5c2bc597b Mon Sep 17 00:00:00 2001 From: davidsonpoole <42754799+davidsonpoole@users.noreply.github.com> Date: Sat, 17 Aug 2024 23:01:38 -0400 Subject: [PATCH 3/5] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ddbedf1..5b55545 100644 --- a/README.md +++ b/README.md @@ -27,4 +27,6 @@ Make a PR and join the future. Rules: - Each run must only print "Hello, world!" - The total runtime must be <=1 second. +- No deletion, only modification and expansion. +- Each new addition should be documented. From 1cf5ab394c7bfae779be952a2a5eea9d8df542c3 Mon Sep 17 00:00:00 2001 From: davidsonpoole <42754799+davidsonpoole@users.noreply.github.com> Date: Sat, 17 Aug 2024 23:34:19 -0400 Subject: [PATCH 4/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b55545..a367e33 100644 --- a/README.md +++ b/README.md @@ -29,4 +29,5 @@ Rules: - The total runtime must be <=1 second. - No deletion, only modification and expansion. - Each new addition should be documented. +- Each new addition should be modular. From 51d9af0c8ef399b06389474037a6d7236cf9165b Mon Sep 17 00:00:00 2001 From: davidsonpoole <42754799+davidsonpoole@users.noreply.github.com> Date: Sat, 17 Aug 2024 23:38:27 -0400 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a367e33..5546886 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Make a PR and join the future. Rules: - Each run must only print "Hello, world!" -- The total runtime must be <=1 second. +- The total runtime must be <=20 seconds. - No deletion, only modification and expansion. - Each new addition should be documented. - Each new addition should be modular.