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
| " Vim syntax file | |
| " | |
| " Language: Kit | |
| " Maintainer: MIURA Masahiro <[email protected]> | |
| " Last Change: 2018-10-30 | |
| " License: GNU Lesser General Public License, version 3 | |
| if exists("b:current_syntax") | |
| finish |
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
| // Hello world with Zig and notcurses | |
| // | |
| // Fedora 35 Worstation | |
| // Zig 0.9.0-dev.1798+0f63f3eeb | |
| // notcurses 2.4.9 | |
| // (1) Install notcurses dev library. | |
| // | |
| // $ sudo dnf install notcurses-devel | |
| // |
OlderNewer