syntaxtest

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
次のリビジョン両方とも次のリビジョン
syntaxtest [2009/02/01 03:41] ともやんsyntaxtest [2019/03/01 23:46] ともやん
行 1: 行 1:
-[Java] +<ifauth !@loggedinusers><html> 
-<code java+<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script
-public class HelloWorld { +<script> 
-    public static void main(String[] args+     (adsbygoogle = window.adsbygoogle || []).push(
- System.out.println("Hello World!!"); +          google_ad_client: "ca-pub-0791334967460971", 
-    } +          enable_page_level_ads: true 
-+     }); 
-</code+</script></html></ifauth
 +====== はろ〜わ〜るど ======
 [C] [C]
 <code c> <code c>
行 16: 行 16:
 { {
     printf("Hello World!!\n);     printf("Hello World!!\n);
 +    
 +    return 0;
 +}
 +</code>
 +
 +[C++]
 +<code cpp>
 +#include <iostream>
 +
 +using namespace std;
 +
 +// 定番のこんにちは世界
 +int main(int argc, char *argv[])
 +{
 +    cout << "Hello World!!" << endl;
          
     return 0;     return 0;
行 37: 行 52:
         }         }
     }     }
-} 
-</code> 
-[C++] 
-<code cpp> 
-#include <iostream> 
- 
-using namespace std; 
- 
-// 定番のこんにちは世界 
-int main(int argc, char *argv[]) 
-{ 
-    cout << "Hello World!!" << endl; 
-     
-    return 0; 
 } }
 </code> </code>
行 65: 行 66:
 if __name__ == '__main__': if __name__ == '__main__':
     main()     main()
 +</code>
 +
 +[Java]
 +<code java>
 +public class HelloWorld {
 +    public static void main(String[] args) {
 + System.out.println("Hello World!!");
 +    }
 +}
 </code> </code>
  
行 80: 行 90:
 FROM TABLE1 a FROM TABLE1 a
     INNER JOIN TABLE2 b ON a.COL1 = b.COL2 AND a.COL2 = b.COL2     INNER JOIN TABLE2 b ON a.COL1 = b.COL2 AND a.COL2 = b.COL2
-WHERE COL1 LIKE '[1234567899]0%'+WHERE COL1 LIKE '[123456789]0%'
 </code> </code>
  
  • syntaxtest.txt
  • 最終更新: 2023/04/08 18:05
  • by ともやん