Skip to content

Commit

Permalink
add: link to replit run (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperupcall authored and mevdschee committed Dec 10, 2019
1 parent 72725ba commit 42bbc8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .replit
@@ -0,0 +1,2 @@
language = "bash"
run = "gcc ./2048.c -o out && chmod +x out && ./out"
2 changes: 2 additions & 0 deletions README.md
@@ -1,6 +1,8 @@
2048.c
======

[![run on repl.it](http://repl.it/badge/github/mevdschee/2048.c)](https://repl.it/github/mevdschee/2048.c)

[Spanish](README_es.md)

![screenshot](screenshot.png)
Expand Down

0 comments on commit 42bbc8f

Please sign in to comment.