mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
pkg(gcc-10.2.0): Add c, c++ and D via gcc 10.2.0
This commit is contained in:
parent
3bec1c3499
commit
f852b60b69
8 changed files with 83 additions and 0 deletions
6
packages/gcc/10.2.0/test.c
vendored
Normal file
6
packages/gcc/10.2.0/test.c
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
#include <stdio.h>
|
||||
|
||||
int main(void) {
|
||||
printf("OK");
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue