2015/08/12(水)インストールしてみた
2015/08/14 16:29
by nabe
既知の不具合です。リリース版では修正しておきます。エラーはでますが nature-dark を選んでも問題はありません。
by test
adiary開発日誌-既知の不具合に載っていたんですね。開発日誌まで見れてなかったです...開発がんばってください。
2015/08/10(月)code test
2015/12/31 14:36
こんにちわ
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
cpp source test
#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; //? }
z80 source test
; sample sample ; ; org 800h ; comment xor a ld b,80h loop: inc a ld [hl],a inc hl djnz loop ret













2015/08/06(木)2015-08-06
2015/08/06 00:48