This commit is contained in:
anon
2024-07-22 19:37:42 +02:00
parent d978a20df8
commit fe6d47d90b
3 changed files with 98 additions and 0 deletions

24
C_C++/Cerbian/glavni.c Normal file
View File

@ -0,0 +1,24 @@
/* @BAKE gcc $@ -o $*.out
*/
#include <stdio.h>
#include "Cerbian.h"
abmis
fizzbuzz (
broj n
) pocni
za (
broj i = 0; i < n; i++
)
pocni
kraj
}
abmis
glavni (
konstanta broj broj_argumenata,
konstanta broj argumenti
) pocni
stavi("Cao!");
kraj