2015/12/30(水)テスト
2015/12/30 07:05
ああああ**
いいいい## 1111
- 111
- 222
2.222
x | y | x*y | |
---|---|---|---|
value | 15 | 3 | 45 |
#include<stdio.h> /* hello world */ /* hello world */ int main(int argc,char **argv) { printf("HELLO WORLD¥n"); };-< ..oO centering*1
#include<string> #if 0 //ms :-< #import<msxml4.dll> #else #import<msxml4.dll> #endif /* hello world */ /* hello world */ //test template<T> class Test { public: T val_; Test(T val){val_=val;} T get(){return val_;} int get(){return val_.toInt();} //?? private: Test(){} }; int main(int argc,char **argv) { std::string str="12345677898765432123456789"; //?? Test t<std::string> test; std::cout << test.get() << std::endl; //? }
; sample sample ; ; org 800h ; comment xor a ld b,80h loop: inc a ld [hl],a inc hl djnz loop ret