0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-11-23 17:48:48 +00:00

#2. 你好,世界!

https://loj.ac/s/1478042
This commit is contained in:
Baoshuo Ren 2022-06-08 11:13:00 +08:00
parent 154526bcba
commit 7cbe9ac776
Signed by: baoshuo
GPG Key ID: 70F90A673FB1AB68

7
LibreOJ/2/2.go Normal file
View File

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Hello, World!")
}