task.json 155 B

1234567
  1. {
  2. "version": "0.1.0",
  3. "command": "gcc",
  4. "isShellCommand": true,
  5. "args": ["-g", "main.c", "-o", "main", "-lm"],
  6. "showOutput": "always"
  7. }