This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set rtp+=/usr/local/opt/fzf | |
| call plug#begin() | |
| Plug 'junegunn/fzf', { 'do': { -> fzf#install() } } | |
| Plug 'junegunn/fzf.vim' | |
| Plug 'haishanh/night-owl.vim' | |
| Plug 'neoclide/coc.nvim', {'branch': 'release'} | |
| Plug 'Yggdroot/indentLine' " indent line | |
| Plug 'luochen1990/rainbow' " different level highlight | |
| Plug 'RRethy/vim-illuminate' " automatically highlight other uses of the current word | |
| Plug 'machakann/vim-highlightedyank' " make the yanked region apparent |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import "fmt" | |
| type node struct { | |
| data int | |
| nextnodepointer *node | |
| } | |
| type linkedList struct { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import "fmt" | |
| type node struct { | |
| data int | |
| nextnodepointer *node | |
| } | |
| type linkedList struct { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import "fmt" | |
| type node struct { | |
| data int | |
| nextnodepointer *node | |
| } | |
| type linkedList struct { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import "fmt" | |
| type node struct { | |
| data int | |
| nextnodepointer *node | |
| } | |
| type linkedList struct { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "fmt" | |
| "strconv" | |
| ) | |
| func main() { | |
| for i := 1; i <= 100; i++ { | |
| if i%15 == 0 { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import "fmt" | |
| type node struct { | |
| data int | |
| nextnodepointer *node | |
| } | |
| type linkedList struct { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import "fmt" | |
| type node struct { | |
| data int | |
| nextnodepointer *node | |
| } | |
| type linkedList struct { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import "fmt" | |
| type node struct { | |
| data int | |
| nextnodepointer *node | |
| } | |
| type linkedList struct { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import "fmt" | |
| type node struct { | |
| data int | |
| nextnodepointer *node | |
| } | |
| type linkedList struct { |