GitHub - ggerganov/diff-challenge: Is this even possible?

2 min read Original article ↗

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Is this even possible?

40 stars 8 forks Branches Tags Activity

Notifications You must be signed in to change notification settings

Folders and files

NameName

Last commit message

Last commit date

Latest commit

History

7 Commits

Repository files navigation

The Diff Challenge

Start with a program x. Modify it to obtain a new version y.
The goal is to have the program y output its difference with x.

In other words:

$ ./y > diff
$ patch y < diff
$ cmp x y
$

This repo contains a Bash script x.sh which is the program x.
The repo will automatically merge any pull-request that contains a modified version of x.sh (i.e. y) that satisfies the condition above. A successfully merged y will become the new x.

Current x.sh

About

Is this even possible?

Resources

Readme

Activity

Stars

40 stars

Watchers

3 watching

Forks

8 forks

Releases

No releases published

Packages

No packages published

Languages