diff --git a/libs/steamlib/main.go b/libs/steamlib/main.go index 2fe3449..154b5a9 100644 --- a/libs/steamlib/main.go +++ b/libs/steamlib/main.go @@ -3,7 +3,11 @@ * @Date: 2023-02-05 23:19:27 * @version: * @LastEditors: SpenserCai - * @LastEditTime: 2023-02-05 23:19:34 + * @LastEditTime: 2023-02-05 23:21:06 * @Description: file content */ package steamlib + +func HelloWorld() string { + return "Hello World" +} diff --git a/scripts/AltVLauncher/main.go b/scripts/AltVLauncher/main.go index 588d71d..a536dd1 100644 --- a/scripts/AltVLauncher/main.go +++ b/scripts/AltVLauncher/main.go @@ -3,7 +3,7 @@ * @Date: 2023-02-02 11:55:11 * @version: * @LastEditors: SpenserCai - * @LastEditTime: 2023-02-05 23:12:23 + * @LastEditTime: 2023-02-05 23:20:46 * @Description: file content */ package main