From 89ba57eb2b9e024996da29ba5e429adf15b27a6d Mon Sep 17 00:00:00 2001 From: Matthew Strapp Date: Mon, 19 Oct 2020 07:55:41 -0500 Subject: add breakouts --- .vscode/tasks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vscode/tasks.json') diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 9792107..6af30e3 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -6,7 +6,7 @@ { "label": "Build c++", "type": "shell", - "command": "g++", + "command": "gcc", "args": [ "-g", "-Wall", -- cgit v1.2.3