I am alive!

Jun 12, 3013

I am finally online!

This is a text with a footnote1.

I found that it is beautiful footnotes2

Some Ruby:

def print_hi(name)
  puts "Hi, #{name}"
end
print_hi('Allan')
#> 'Hi, Allan'

Some Python:

def print_hi(name):
  print "Hi, %s" % name

print_hi('Allan')
#> 'Hi, Allan'

Some C:

void function print_hi(char* name){
  printf("Hi, %s", name);
}

name = "Allan";
print_hi(name);
#> 'Hi, Allan'

Some math: \(x^2\)

Now that was easy! Inline: \( x_1 + x_2 = 5 \).

\[ x^3 - x^2 = 10 \]

For 50 years, WWF has been protecting the future of nature. The world's leading conservation organization, WWF works in 100 countries and is supported by 1.2 million members in the United States and close to 5 million globally.

What about a table?

Employee Salary Bonus Supervisor
Stephen C. Cox $300 $50 Bob
Josephin Tan $150 - Annie
Joyce Ming $200 $35 Andy
James A. Pentel $175 $25 Annie
Header Header Right
Cell Cell $10
Cell Cell $20

Notes:

  1. And here is the definition. 

  2. Indeed it is. 

Written by Allan Costa

Just for test
A mais bela fórmula da Matemática (Parte I)