aboutsummaryrefslogtreecommitdiffstats
path: root/odd.1.c
diff options
context:
space:
mode:
authorEliteTK <tomasz.kramkowski@gmail.com>2014-02-24 21:22:17 +0000
committerEliteTK <tomasz.kramkowski@gmail.com>2014-02-24 21:22:17 +0000
commitcd48e9a226481f9e22cae580386049b6fd9d9c4b (patch)
tree4e5cdb8762063c0f2533a553fd3cb3eaa7370126 /odd.1.c
parentbc7da847d8bae2aecb9b53804cc9bd42531b5bfe (diff)
downloadc-stuff-cd48e9a226481f9e22cae580386049b6fd9d9c4b.tar.gz
c-stuff-cd48e9a226481f9e22cae580386049b6fd9d9c4b.tar.xz
c-stuff-cd48e9a226481f9e22cae580386049b6fd9d9c4b.zip
More cleanup
Diffstat (limited to 'odd.1.c')
-rw-r--r--odd.1.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/odd.1.c b/odd.1.c
deleted file mode 100644
index a9a3390..0000000
--- a/odd.1.c
+++ /dev/null
@@ -1,3 +0,0 @@
-void main () {
- _Bool b = 10 % 2;
-}