Added wtfpl logo
This commit is contained in:
7
bfckr.c
7
bfckr.c
@@ -1,8 +1,9 @@
|
||||
/* This program is free software. It comes without any warranty, to
|
||||
/*
|
||||
* This program is free software. It comes without any warranty, to
|
||||
* the extent permitted by applicable law. You can redistribute it
|
||||
* and/or modify it under the terms of the Do What The Fuck You Want
|
||||
* To Public License, Version 2, as published by Sam Hocevar. See
|
||||
* http://www.wtfpl.net/ for more details.
|
||||
* http://www.wtfpl.net/ for more details.
|
||||
*/
|
||||
|
||||
#include<stdio.h>
|
||||
@@ -37,8 +38,6 @@ void die(const char *message)
|
||||
// Parses and executes a brainfuck expression
|
||||
void bfuck_parser(char *input)
|
||||
{
|
||||
//printf("%s\n", input);
|
||||
|
||||
char curr;
|
||||
uint16_t loop;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user