C-Plus-Plus --> C

This commit is contained in:
Christian Clauss 2020-01-09 09:32:25 +01:00 committed by GitHub
parent 3dc4c46408
commit 1ac21a391f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ jobs:
import os
from typing import Iterator
URL_BASE = "https://github.com/TheAlgorithms/C-Plus-Plus/blob/master"
URL_BASE = "https://github.com/TheAlgorithms/C/blob/master"
g_output = []