Skip to content

Instantly share code, notes, and snippets.

View aimerneige's full-sized avatar
🎯
Keep Coding

Aimer Neige aimerneige

🎯
Keep Coding
View GitHub Profile
#include <stdio.h>
void SIC(int num);
void TNIC(int num);
int main(int argc, char const *argv[])
{
for (int i = 1; i <= 9; i++) {
for (int j = 1; j <= i; j++) {
SIC(j);
@aimerneige
aimerneige / dunstrc
Created August 7, 2020 08:48
config for dunst
[global]
monitor = 0
follow = mouse
geometry = "300x60-20+48"
indicate_hidden = yes
shrink = no
separator_height = 0
padding = 32
horizontal_padding = 32
frame_width = 2