From a239758771ad904542c05f4ed08d661f1ef12bba Mon Sep 17 00:00:00 2001 From: Sivert2101 <89571140+Sivert2101@users.noreply.github.com> Date: Thu, 17 Oct 2024 11:34:22 +0200 Subject: [PATCH] added promptList --- llama/promptList.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 llama/promptList.txt diff --git a/llama/promptList.txt b/llama/promptList.txt new file mode 100644 index 0000000..083807e --- /dev/null +++ b/llama/promptList.txt @@ -0,0 +1,4 @@ +write a code that ads 1 and 1 +make a output with numbers from 1 to 10 +make a output with prime numbers from 1 to 20 +make a bubble sort and input to run it from main \ No newline at end of file -- GitLab