Youmin`s Attic of Miscellanies


  • Home

  • Archives

  • Tags

Highlight Test

Posted on 2017-07-19 | In Test

This is a highlight test.

Normal block

alert('Hello World!');
print 'helloworld'

Highlight block

alert( 'Hello, world!' );
print 'helloworld'
def foo
  puts 'foo'
end
def foo
  puts 'foo'
end
1
2
3
def foo
  puts 'foo'
end
#include <iostream>

using namespace std;

void foo(int arg1, int arg2)
{

}

int main()
{
  string str;
  foo(1, 2);
  cout << "Hello World" << endl;
  return 0;
}
Read more »

Emoji Test

Posted on 2015-09-19

This is an emoji test. :smile: lol.

Read more »
1 … 4 5 6 … 11
Youmin Ha

Youmin Ha

Blog powered by Jekyll

22 posts
10 categories
RSS
© 2017 - 2019 Youmin Ha
Powered by Jekyll
Theme - NexT.Muse