We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94bc9a9 commit ed336d4Copy full SHA for ed336d4
libs/steamlib/main.go
@@ -3,7 +3,11 @@
3
* @Date: 2023-02-05 23:19:27
4
* @version:
5
* @LastEditors: SpenserCai
6
- * @LastEditTime: 2023-02-05 23:19:34
+ * @LastEditTime: 2023-02-05 23:21:06
7
* @Description: file content
8
*/
9
package steamlib
10
+
11
+func HelloWorld() string {
12
+ return "Hello World"
13
+}
scripts/AltVLauncher/main.go
@@ -3,7 +3,7 @@
* @Date: 2023-02-02 11:55:11
- * @LastEditTime: 2023-02-05 23:12:23
+ * @LastEditTime: 2023-02-05 23:20:46
package main
0 commit comments