mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-04 18: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!")
|
||
|
}
|