From 9dc162321517554c060b37840ee03a9a04e01c21 Mon Sep 17 00:00:00 2001 From: Giovani Date: Wed, 16 Jun 2021 20:28:29 -0400 Subject: [PATCH] chore: adjust launch.json --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index d6f56e0..752b811 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,7 +9,7 @@ "type": "python", "request": "launch", "program": "dopey.py", - "args": ["./test.bf"], + "args": ["./game-of-life.bf"], "console": "integratedTerminal" } ]