9 lines
90 B
C
9 lines
90 B
C
#include "main.h"
|
|
|
|
float power(){
|
|
|
|
}
|
|
|
|
int main(int argc , char** argv){
|
|
power();
|
|
} |