diff options
author | David Thompson <dthompson2@worcester.edu> | 2014-05-21 20:02:34 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2014-05-21 20:02:34 -0400 |
commit | 5b21c411d3723e441d97fd1a2b93b32b516cf3e6 (patch) | |
tree | d25a63f351729702628d06cae479a361e3c1e8c2 | |
parent | cc59c11398cb9feff3eb1cb14bab664cc2d1ca2e (diff) |
s/guile-2048/2048/
-rwxr-xr-x | examples/2048/2048 (renamed from examples/guile-2048/guile-2048.scm) | 2 | ||||
-rw-r--r-- | examples/2048/tile.png (renamed from examples/guile-2048/tile.png) | bin | 585 -> 585 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/examples/guile-2048/guile-2048.scm b/examples/2048/2048 index 637650b..53f32aa 100755 --- a/examples/guile-2048/guile-2048.scm +++ b/examples/2048/2048 @@ -1,7 +1,7 @@ #! /usr/bin/env guile !# -;;; guile-2048 +;;; 2048 ;;; Copyright (C) 2014 David Thompson <dthompson2@worcester.edu> ;;; ;;; This program is free software: you can redistribute it and/or diff --git a/examples/guile-2048/tile.png b/examples/2048/tile.png Binary files differindex 3d6f82c..3d6f82c 100644 --- a/examples/guile-2048/tile.png +++ b/examples/2048/tile.png |