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
| const std = @import("std"); | |
| const print = std.debug.print; | |
| pub fn main() void { | |
| var p: usize = 0; | |
| var t = [_]u8{0} ** 65535; | |
| _ = @addWithOverflow(u8, t[p], 13, &t[p]); | |
| while (t[p] > 0) { | |
| _ = @subWithOverflow(u8, t[p], 1, &t[p]); | |
| p += 1; | |
| _ = @addWithOverflow(u8, t[p], 2, &t[p]); |
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 nocompatible | |
| set encoding=utf-8 | |
| filetype off | |
| set rtp+=~/.vim/bundle/Vundle.vim | |
| call vundle#begin() | |
| Plugin 'VundleVim/Vundle.vim' | |
| Plugin 'ervandew/supertab' | |
| "Plugin 'vim-syntastic/syntastic' | |
| Plugin 'zah/nim.vim' | |
| call vundle#end() |
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
| tech: | |
| pyloncompass: | |
| type: PYLONFINDER | |
| enabled: true | |
| show_non_running: true | |
| show_upgrading: true | |
| update_cooldown: 5s | |
| tag: | |
| type: LORE | |
| lore: Inactive and Upgrading Pylons |