コード例 #1
0
ファイル: main.cpp プロジェクト: CCJY/coliru
// Just testing out passing in some stuff
SomethingGeneric<> foobar(float x) {
    return Something(x);
};
コード例 #2
0
ファイル: main.c プロジェクト: Borovaya/make
int main()
  {
        printf("Hello, World!");
        Something();
return 0;
  }