neovim-config/test.cpp
2022-11-23 13:16:46 +08:00

9 lines
126 B
C++

#include <bits/stdc++.h>
using namespace std;
int main() {
printf("Hello World!");
for(int i=0; i<=10; i++) {
:
}
}