From 52d9a9f17315baad134ddac599665fe3cc387124 Mon Sep 17 00:00:00 2001 From: zongz Date: Tue, 24 Oct 2023 17:38:47 +0800 Subject: [PATCH] test: this is a test for publishing pkg Signed-off-by: zongz --- helloAH/kcl.mod | 5 +++++ helloAH/kcl.mod.lock | 0 helloAH/main.k | 1 + 3 files changed, 6 insertions(+) create mode 100644 helloAH/kcl.mod create mode 100644 helloAH/kcl.mod.lock create mode 100644 helloAH/main.k diff --git a/helloAH/kcl.mod b/helloAH/kcl.mod new file mode 100644 index 00000000..d7ebcad3 --- /dev/null +++ b/helloAH/kcl.mod @@ -0,0 +1,5 @@ +[package] +name = "helloAH" +edition = "0.0.1" +version = "0.0.1" + diff --git a/helloAH/kcl.mod.lock b/helloAH/kcl.mod.lock new file mode 100644 index 00000000..e69de29b diff --git a/helloAH/main.k b/helloAH/main.k new file mode 100644 index 00000000..fa7048e6 --- /dev/null +++ b/helloAH/main.k @@ -0,0 +1 @@ +The_first_kcl_program = 'Hello World!' \ No newline at end of file