Skip to content

Instantly share code, notes, and snippets.

View TomerShech's full-sized avatar
🎯
Focusing

Tomer Shechner TomerShech

🎯
Focusing
  • Israel
View GitHub Profile
void interpret(char *ptr, char *file_contents)
{
int counter = 0;
int target = counter - 1;
while (*file_contents != '\0')
{
switch (*file_contents)
{
case INCREMENT_PTR: