mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 21:50:05 +08:00
9 lines
144 B
Go
9 lines
144 B
Go
// https://github.com/nvim-treesitter/nvim-treesitter/issues/2369
|
|
package main
|
|
|
|
import "fmt"
|
|
|
|
func new_line() {
|
|
fmt.Println("Hello, World!")
|
|
}
|