Skip to content

Instantly share code, notes, and snippets.

View Canadadry's full-sized avatar

Jerome Canadadry

View GitHub Profile
@Canadadry
Canadadry / UnReadable.c
Last active October 14, 2019 14:59
This is an unreadable c file... What can this program print ?
#include <stdio.h>
/* auteur inconnu */
long a=10000,b,c=8400,d,e,f[8401],g;
main()
{
package main
import (
"fmt"
"time"
)
func Mux(funcs []func(string)) chan string {
ch := make(chan string)
childrens := GetChannelsWriterForFuncs(funcs)