mirror of
https://github.com/ada-dmitry/prog.l_ada.git
synced 2026-09-24 09:10:14 +00:00
32
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#include "st_func.h"
|
||||
#define N 5
|
||||
|
||||
int main(int argc, char *argv[]){
|
||||
struct st1 q[N];
|
||||
|
||||
st_rand(q,N);
|
||||
st_print(q,N);
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user