Skip to content

Instantly share code, notes, and snippets.

T 64 K
Z F
A 105 F
H 96 F
V 97 F
L 64 F
L 64 F
T 96 F
A 67 F
A 103 F
T 64 K
T 105 F
H 96 F
V 97 F
L 64 F
L 64 F
T 96 F
A 66 F
A 103 F
U 66 F
//gcc centre.c -lxcb -lxcb-util -o centre
#include <stdio.h>
#include <stdlib.h>
#include <xcb/xcb.h>
#include <xcb/xcb_aux.h>
int main (int argc, char **argv)
{
(void) argc;
module Main exposing (..)
import Browser
import Dict exposing (Dict)
import Json.Decode as Decode exposing (Decoder)
import Svg exposing (..)
import Svg.Attributes exposing (..)
import Svg.Events exposing (..)