fela

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

test.fe (52B)


      1 func() -> int 
      2 main = (int a) -> int {
      3 	rand();	
      4 };