Probando Geshi

Abril 2nd, 2008 – 19:58
Tagged as: Informatica
1
2
3
4
5
6
7
8
9
public class Hello {
 
  public static void main(String[] args) {
 
    System.out.println("Hello World!");
 
  }
 
}
18
19
20
21
22
23
24
25
26
class Example
 
  def example(arg1)
 
    return "Hello: " + arg1.to_s
 
  end
 
end
3
4
5
6
7
8
9
10
11
12
13
14
15
  function foo() {
 
    echo "Hello World!\\n";
 
  }
 
  for (\$i = 0; \$i < 10 $i++) {
 
    foo();
 
  }
 
?>

No hay comentarios

» Leave a comment now

» RSS feed for comments on this post
» TrackBack URI

Aún no hay comentarios.


Leave a Comment

  1. XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="">