summaryrefslogtreecommitdiff
path: root/vendor/bundle/ruby/3.4.0/gems/rouge-4.7.0/lib/rouge/demos/cpp
blob: c20cf27c7c7cd7329d752d12ff56e238baacf558 (plain)
1
2
3
4
5
6
7
8
#include<iostream>

using namespace std;

int main()
{
    cout << "Hello World" << endl;
}