9 lines
162 B
Plaintext
9 lines
162 B
Plaintext
diff --git a/src/app.ts b/src/app.ts
|
|
index 1111111..2222222 100644
|
|
--- a/src/app.ts
|
|
+++ b/src/app.ts
|
|
@@ -1,3 +1,4 @@
|
|
export function run() {
|
|
+ return "rtk";
|
|
}
|