Add tags

Add tags to the following comment
1
2
3
4
let pyramid n = 
  for i = 1 to n*2 do
    print_endline (String.make (if i<n then i else n*2-i) '*');
  done;;

Add tags

The input will be splited to tags with space.

Index

Feed

Other

Link

Pathtraq

loading...