mirror of
https://github.com/Bobertkiller/pelops-solver.git
synced 2026-01-15 08:12:52 -03:00
12 lines
105 B
C
12 lines
105 B
C
#include <stdio.h>
|
|
|
|
#include "src/functions.h"
|
|
|
|
int main(void){
|
|
|
|
|
|
system("python src/intro.py");
|
|
|
|
|
|
}
|